Arduino/libraries/Wire/utility
David A. Mellis 2f29f898de Adding ability to send repeated starts in Wire library.
This adds an additional (boolean) parameter to both endTransmission() and requestFrom(), which specifies whether or not to send a stop condition after the corresponding transmission.  This defaults to true, as in the previous behavior of the library.

http://code.google.com/p/arduino/issues/detail?id=663
2012-02-18 20:05:11 -05:00
..
twi.c Adding ability to send repeated starts in Wire library. 2012-02-18 20:05:11 -05:00
twi.h Adding ability to send repeated starts in Wire library. 2012-02-18 20:05:11 -05:00