1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
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
b50daa12d8 Tests for various String addition cases. 2011-03-31 10:57:34 -04:00
a5929892d4 Adding test for string concatenation w/ + operator. 2011-03-13 19:43:01 -04:00
d05e4021d0 Renamed WProgram.h to Arduino.h. 2011-03-01 19:52:13 -05:00
2e07085583 Testing seek() with file open for reading. 2010-12-24 12:06:58 -06:00
575bb1dafb Redoing peek() implementation (SD file class).
Now simply seeking backwards by a character in peek() rather than trying to keep track of the extra character read.
2010-12-22 16:47:50 -06:00
a7a8f3fa10 Trying to fix seek() / peek() interactions. 2010-12-22 16:37:48 -06:00
a78fa1d2be Renaming constants: SD_MODE -> FILE_MODE 2010-11-28 13:56:22 -06:00
ff89afb606 Replacing boolean parameters to SD.open() with SD_MODE constants. 2010-11-28 12:43:13 -06:00
29384e2f61 Adding SD tests, removing clean.bat. 2010-11-21 13:31:58 -05:00
5114d13837 ArduinoTestSuite added for pull request 2010-11-10 00:20:13 -05:00