1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/libraries/Wire
David A. Mellis b73cf39d94 Moving write errors out of return value into separate API methods.
write(), print(), println() now return size_t (and don't use negative values to signal errors).
Print adds writeError() for checking for write errors, clearWriteError() to reset the flag to false, and a protected setWriteError() for signalling errors.

http://code.google.com/p/arduino/issues/detail?id=598
2011-08-26 16:08:14 -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
keywords.txt Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00
Wire.cpp Moving write errors out of return value into separate API methods. 2011-08-26 16:08:14 -04:00
Wire.h Moving write errors out of return value into separate API methods. 2011-08-26 16:08:14 -04:00