diff options
author | Tom Igoe <t.igoe@arduino.cc> | 2009-08-05 14:41:14 +0000 |
---|---|---|
committer | Tom Igoe <t.igoe@arduino.cc> | 2009-08-05 14:41:14 +0000 |
commit | e94732715829502b266bfac59a7226017cbadaa4 (patch) | |
tree | 43104197bc6fdf154f989767b7dfa2034ce2a9fe /libraries | |
parent | 16eaf9a9fbd2371467835f7def4c7587d3ed47ae (diff) |
Checked and updated all LiquidCrystal examples
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde index 642b80f..76cd746 100644 --- a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde +++ b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde @@ -25,7 +25,10 @@ library modified 5 Jul 2009 by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 - by Tom Igoe + by Tom Igoe + modified 25 July 2009 + by David A. Mellis + http://www.arduino.cc/en/Tutorial/LiquidCrystal */ |