From 2d5bc015fbd70befc08c2295630ff06770e9d7c8 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 19 Apr 2008 03:31:36 +0000 Subject: Adding LiquidCrystal library. --- libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde (limited to 'libraries/LiquidCrystal/examples/HelloWorld') diff --git a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde new file mode 100644 index 0000000..d514215 --- /dev/null +++ b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde @@ -0,0 +1,12 @@ +#include + +LiquidCrystal lcd(12, 11, 2, 7, 8, 9, 10); + +void setup() +{ + lcd.print("hello, world!"); +} + +void loop() +{ +} -- cgit v1.2.3-18-g5258