mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Updating LiquidCrystal API and examples.
This commit is contained in:
@ -45,12 +45,12 @@ void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
// Turn off the display:
|
||||
// Turn off the blinking cursor:
|
||||
lcd.noBlink();
|
||||
delay(500);
|
||||
// Turn on the display:
|
||||
delay(3000);
|
||||
// Turn on the blinking cursor:
|
||||
lcd.blink();
|
||||
delay(500);
|
||||
delay(3000);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user