aboutsummaryrefslogtreecommitdiff
path: root/libraries/LiquidCrystal/examples/HelloWorld
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/LiquidCrystal/examples/HelloWorld')
-rw-r--r--libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde2
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()
{