mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-19 13:54:23 +01:00
Corrected comments in LiquidCrystal examples
This commit is contained in:
parent
5d4175cb3b
commit
a872494c55
@ -42,7 +42,7 @@ LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
|
||||
int thisChar = 'a';
|
||||
|
||||
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);
|
||||
// turn on the cursor:
|
||||
lcd.cursor();
|
||||
|
Loading…
x
Reference in New Issue
Block a user