1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/libraries
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
..
ArduinoTestSuite write(), print(), and println() now return number of bytes written. 2011-08-23 19:12:03 -04:00
EEPROM Restored and updated SoftwareSerialExample 2011-05-03 13:13:35 -04:00
Ethernet Moving write errors out of return value into separate API methods. 2011-08-26 16:08:14 -04:00
Firmata Re-arranging header files and small fixes to optimized core functions. 2011-03-02 23:05:25 -05:00
LiquidCrystal Moving write errors out of return value into separate API methods. 2011-08-26 16:08:14 -04:00
SD Moving write errors out of return value into separate API methods. 2011-08-26 16:08:14 -04:00
Servo Renamed WProgram.h to Arduino.h. 2011-03-01 19:52:13 -05:00
SoftwareSerial Moving write errors out of return value into separate API methods. 2011-08-26 16:08:14 -04:00
SPI Renamed WProgram.h to Arduino.h. 2011-03-01 19:52:13 -05:00
Stepper Renamed WProgram.h to Arduino.h. 2011-03-01 19:52:13 -05:00
Wire Moving write errors out of return value into separate API methods. 2011-08-26 16:08:14 -04:00