Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Daftery <ankitdaf@gmail.com>2014-07-03 11:38:12 +0400
committerAnkit Daftery <ankitdaf@gmail.com>2014-07-03 11:38:12 +0400
commitf34787d100d22c2893320e1e9781110491371e0f (patch)
treee93bb16c554707602a2de7acae6730f89cae1738
parentfaa08454cd8ccc51d740a55dc559d7017172f10a (diff)
Update HelloWorld.ino
Adding power connections, just to be thorough
-rw-r--r--libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.ino2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.ino b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.ino
index e99957d9a..eaf0f6f2d 100644
--- a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.ino
+++ b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.ino
@@ -17,6 +17,8 @@
* LCD D6 pin to digital pin 3
* LCD D7 pin to digital pin 2
* LCD R/W pin to ground
+ * LCD VSS pin to ground
+ * LCD VCC pin to 5V
* 10K resistor:
* ends to +5V and ground
* wiper to LCD VO pin (pin 3)