mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Merge pull request #2588 from jogo-/patch-1
Fix typos in BlinkWithoutDelay.ino
This commit is contained in:
@ -28,7 +28,7 @@ const int ledPin = 13; // the number of the LED pin
|
||||
// Variables will change :
|
||||
int ledState = LOW; // ledState used to set the LED
|
||||
|
||||
// Generally, you shuould use "unsigned long" for variables that hold time
|
||||
// Generally, you should use "unsigned long" for variables that hold time
|
||||
// The value will quickly become too large for an int to store
|
||||
unsigned long previousMillis = 0; // will store last time LED was updated
|
||||
|
||||
|
Reference in New Issue
Block a user