Skip to content
Snippets Groups Projects
Commit b10d0664 authored by Damien George's avatar Damien George
Browse files

extmod/machine_i2c: Add i2c.writevto() that can write a vector of bufs.

For example: i2c.writevto(addr, (buf1, buf2)).  This allows to efficiently
(wrt memory) write data composed of separate buffers, such as a command
followed by a large amount of data.
parent 8bcb552d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment