1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/hardware/arduino
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
..
bootloaders Fix to optiboot infinite loop problem. 2011-01-15 13:29:08 +00:00
cores/arduino Moving write errors out of return value into separate API methods. 2011-08-26 16:08:14 -04:00
firmwares Minor ATmega8U2 firmware update and new .hex files. 2010-12-04 14:28:56 -05:00
variants Distinguishing those boards with eight analog inputs (Fio, BT, Nano, Mini). 2011-08-23 17:29:20 -04:00
boards.txt Distinguishing those boards with eight analog inputs (Fio, BT, Nano, Mini). 2011-08-23 17:29:20 -04:00
programmers.txt Moving things around. 2009-11-07 17:05:21 +00:00