From f1a76708088659850b98a92779a2cb1aaf5793d8 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 13 Jul 2008 19:26:59 +0000 Subject: Changing pin outs on LiquidCrystal examples and adding parentheses to Servo code. --- libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde | 2 +- libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/LiquidCrystal') 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 lcd(12, 11, 2, 7, 8, 9, 10); +LiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2); void setup() { diff --git a/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde b/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde index c1f405a..6e4336c 100644 --- a/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde +++ b/libraries/LiquidCrystal/examples/SerialDisplay/SerialDisplay.pde @@ -1,6 +1,6 @@ #include -LiquidCrystal lcd(12, 11, 2, 7, 8, 9, 10); +LiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2); void setup() { -- cgit v1.2.3-18-g5258