diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2008-07-13 19:26:59 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2008-07-13 19:26:59 +0000 |
commit | f1a76708088659850b98a92779a2cb1aaf5793d8 (patch) | |
tree | b52d49b39e34088be27cba4bffbad5ff91d5b63b /libraries/LiquidCrystal/examples/HelloWorld | |
parent | 1342c837d4915cbd109321ca8b38df4f8cd03ce0 (diff) |
Changing pin outs on LiquidCrystal examples and adding parentheses to Servo code.
Diffstat (limited to 'libraries/LiquidCrystal/examples/HelloWorld')
-rw-r--r-- | libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde index d514215..f755d9c 100644 --- a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde +++ b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde @@ -1,6 +1,6 @@ #include <LiquidCrystal.h> -LiquidCrystal lcd(12, 11, 2, 7, 8, 9, 10); +LiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2); void setup() { |