mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
This commit is contained in:
parent
481118ae4d
commit
4f3c8b6e51
@ -26,8 +26,8 @@
|
||||
by Limor Fried (http://www.ladyada.net)
|
||||
example added 9 Jul 2009
|
||||
by Tom Igoe
|
||||
modified 25 July 2009
|
||||
by David A. Mellis
|
||||
modified 8 Feb 2010
|
||||
by Tom Igoe
|
||||
|
||||
|
||||
http://www.arduino.cc/en/Tutorial/LiquidCrystal
|
||||
@ -40,7 +40,7 @@
|
||||
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
|
||||
|
||||
void setup() {
|
||||
// set up the LCD's number of rows and columns:
|
||||
// set up the LCD's number of columns and rows:
|
||||
lcd.begin(16, 2);
|
||||
// Print a message to the LCD.
|
||||
lcd.print("hello, world!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user