Arduino/libraries/Wire
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
..
examples Changed all .pde examples to .ino 2011-08-30 15:33:32 -04:00
utility Adding ability to send repeated starts in Wire library. 2012-02-18 20:05:11 -05:00
Wire.cpp Adding ability to send repeated starts in Wire library. 2012-02-18 20:05:11 -05:00
Wire.h Adding ability to send repeated starts in Wire library. 2012-02-18 20:05:11 -05:00
keywords.txt Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00