diff options
author | Tom Igoe <t.igoe@arduino.cc> | 2009-08-05 14:41:08 +0000 |
---|---|---|
committer | Tom Igoe <t.igoe@arduino.cc> | 2009-08-05 14:41:08 +0000 |
commit | d48347ec1de10f6884e0959593dd29725f44619f (patch) | |
tree | ed6ed60a5194242242ff835cd1ff301bb3e27e33 | |
parent | b63e74ecbe26e6b6d619015fbb33e4dad369380b (diff) |
Checked and updated all LiquidCrystal examples
-rw-r--r-- | libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde b/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde index 79a6500..a094c24 100644 --- a/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde +++ b/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde @@ -26,6 +26,8 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe +modified 25 July 2009 + by David A. Mellis http://www.arduino.cc/en/Tutorial/LiquidCrystal */ |