mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Fixed compilation errors with some examples
This commit is contained in:
@ -112,9 +112,9 @@ void setup() {
|
||||
lcd.begin(16, 2);
|
||||
// Print a message to the lcd.
|
||||
lcd.print("I ");
|
||||
lcd.write(0);
|
||||
lcd.write((byte) 0);
|
||||
lcd.print(" Arduino! ");
|
||||
lcd.write(1);
|
||||
lcd.write((byte) 1);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user