1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

Corrected comments in LiquidCrystal examples

This commit is contained in:
Tom Igoe
2010-02-08 23:31:21 +00:00
parent 5d4175cb3b
commit a872494c55

View File

@ -42,7 +42,7 @@ LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
int thisChar = 'a'; int thisChar = 'a';
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);
// turn on the cursor: // turn on the cursor:
lcd.cursor(); lcd.cursor();