1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-29 18:52:13 +01:00

11 Commits

Author SHA1 Message Date
Ish Gupta
c3d3016049 Updated cursor.ino
Previous commit broke the actual functionality. The code was confusing and worked until the previous commit.
The changes make it logically and functionally correct.
2015-05-14 18:30:17 +05:30
Arturo Guadalupi
1f08b5ede4 Cherry picked fix from 87865ac19df2f55e3d073cf5dc7ba08c0de4c584 2015-01-22 17:04:59 +01:00
Federico Fissore
b4c68b3dff Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
Cristian Maglie
9b027224a0 LiquidCrystal library is already multiplatform compliant, moved into libraries folder 2012-09-03 16:13:28 +02:00
Cristian Maglie
57b8713cab Moved libraries folder inside platform folder. Now libraries and examples are searched per board/platform 2012-01-04 15:14:51 +01:00
Tom Igoe
35777612c0 Changed all .pde examples to .ino
All examples in /build/shared/examples/ and /libraries/ have had their
extensions changed to .ino
2011-08-30 15:33:32 -04:00
David A. Mellis
3eae87adc9 Modifying examples to use Serial.write() instead of Serial.print(BYTE). 2011-02-26 13:57:41 -05:00
Tom Igoe
305d0f0f5f fixed comments in LIquidCrystal examples per issue 402 2010-11-22 09:36:23 -05:00
Tom Igoe
4a73f0c3d3 Added public domain notice 2010-02-24 03:48:54 +00:00
Tom Igoe
ef68422220 Corrected comments in LiquidCrystal examples 2010-02-08 23:35:15 +00:00
David A. Mellis
3075c8e4fd Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00