mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Updating LiquidCrystal API and examples.
This commit is contained in:
@ -45,10 +45,10 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// Turn off the display:
|
||||
// Turn off the cursor:
|
||||
lcd.noCursor();
|
||||
delay(500);
|
||||
// Turn on the display:
|
||||
// Turn on the cursor:
|
||||
lcd.cursor();
|
||||
delay(500);
|
||||
}
|
||||
|
Reference in New Issue
Block a user