pietern / avr-i2c

A simple, interrupt driven I2C API for Atmel AVR processors
MIT License
21 stars 8 forks source link

gather based send #2

Open brontide opened 7 years ago

brontide commented 7 years ago

Multiple operations can be chained together for larger or disparate buffers by passing 0 as the followup address. This allows for more flexible sending of memory buffers to i2c devices.

I also added extern "C" for the header file to make it play nicer with Arduino IDE.

This closes issue #1