1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-23 19:21:59 +03:00
Commit Graph

28 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
381e62e550 Added example to demonstrate LiquidCrystal chreateChar() function 2011-05-12 17:03:07 -04:00
d05e4021d0 Renamed WProgram.h to Arduino.h. 2011-03-01 19:52:13 -05:00
3eae87adc9 Modifying examples to use Serial.write() instead of Serial.print(BYTE). 2011-02-26 13:57:41 -05:00
00a9f99c9b Merge branch 'master' of https://github.com/joshnuss/Arduino 2010-11-27 12:01:35 -06:00
305d0f0f5f fixed comments in LIquidCrystal examples per issue 402 2010-11-22 09:36:23 -05:00
bcefe3c44c When initializing LCD, comment specified "8-bit" mode when it should day "4 bit mode" 2010-10-01 00:26:40 -07:00
e2fe4d0dfa No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-specific type names in String). 2010-08-06 01:23:19 +00:00
258a286e8c Adding #include <WProgram.h>. 2010-08-02 22:22:51 +00:00
33198649db Added public domain notice 2010-02-24 03:49:03 +00:00
4a73f0c3d3 Added public domain notice 2010-02-24 03:48:54 +00:00
dcd629875a Added public domain notice 2010-02-24 03:48:44 +00:00
df22aa8417 Added public domain notice 2010-02-24 03:48:43 +00:00
97a8101730 Added public domain notice 2010-02-24 03:48:38 +00:00
4af7cdd823 Added public domain notice 2010-02-24 03:48:34 +00:00
eb1e03f7c3 Added public domain notice 2010-02-24 03:48:28 +00:00
d6fd2e8d18 Added public domain notice 2010-02-24 03:48:25 +00:00
fd1d7c6c17 Added public domain notice 2010-02-24 03:48:20 +00:00
d72b7b5222 Corrected comments in LiquidCrystal examples 2010-02-08 23:36:02 +00:00
ef68422220 Corrected comments in LiquidCrystal examples 2010-02-08 23:35:15 +00:00
27a5bde5e7 Corrected comments in LiquidCrystal examples 2010-02-08 23:34:07 +00:00
a872494c55 Corrected comments in LiquidCrystal examples 2010-02-08 23:31:21 +00:00
5d4175cb3b Corrected comments in LiquidCrystal examples 2010-02-08 23:26:07 +00:00
0c465300dc Corrected comments in LiquidCrystal examples 2010-02-08 23:24:18 +00:00
e74ceb04de Corrected comments in LiquidCrystal examples 2010-02-08 23:21:13 +00:00
4f3c8b6e51 2010-02-08 23:13:59 +00:00
07a5160f3b Fixing RW pin bug in LiquidCrystal library. Now using 255 to disable pin instead of -1. 2009-12-18 16:36:45 +00:00
3075c8e4fd Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00