Arduino/libraries/Wire
David A. Mellis 8059abe581 write(), print(), and println() now return number of bytes written.
The type is long, and negative values indicate errors.  Needs more testing.
http://code.google.com/p/arduino/issues/detail?id=551
2011-08-23 19:12:03 -04:00
..
examples Changing Wire API to inherit from Stream. 2011-04-17 13:58:14 -04:00
utility Removing hardcoded CPU speed from Wire library. 2011-05-12 16:53:14 -04:00
Wire.cpp write(), print(), and println() now return number of bytes written. 2011-08-23 19:12:03 -04:00
Wire.h write(), print(), and println() now return number of bytes written. 2011-08-23 19:12:03 -04:00
keywords.txt Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00