Commit d9363171 authored by Daniel Campora's avatar Daniel Campora

cc3200: New I2C API.

parent 359b4e9e
This diff is collapsed.
......@@ -154,19 +154,22 @@ Q(RX_ANY)
Q(I2C)
Q(mode)
Q(baudrate)
Q(pins)
Q(addr)
Q(data)
Q(timeout)
Q(nbytes)
Q(buf)
Q(stop)
Q(memaddr)
Q(addr_size)
Q(addrsize)
Q(init)
Q(deinit)
Q(is_ready)
Q(scan)
Q(send)
Q(recv)
Q(mem_read)
Q(mem_write)
Q(readfrom)
Q(readfrom_into)
Q(writeto)
Q(readfrom_mem)
Q(readfrom_mem_into)
Q(writeto_mem)
Q(MASTER)
// for ADC class
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment