mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fixing variable name.
This commit is contained in:
@ -29,7 +29,7 @@ const int threshold = 400; // an arbitrary threshold level that's in the range
|
|||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
// initialize the LED pin as an output:
|
// initialize the LED pin as an output:
|
||||||
pinMode(LED, OUTPUT);
|
pinMode(ledPin, OUTPUT);
|
||||||
// initialize serial communications:
|
// initialize serial communications:
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user