mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Corrected comments in LiquidCrystal examples
This commit is contained in:
@ -40,9 +40,8 @@
|
|||||||
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
|
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
|
||||||
|
|
||||||
void setup() {
|
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);
|
lcd.begin(16, 2);
|
||||||
//lcd.setCursor(0,7);
|
|
||||||
// Print a message to the LCD.
|
// Print a message to the LCD.
|
||||||
lcd.print("hello, world!");
|
lcd.print("hello, world!");
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
Reference in New Issue
Block a user