mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-08 11:22:40 +03:00
corrected note on fade example
This commit is contained in:
@@ -11,7 +11,7 @@ int brightness = 0; // how bright the LED is
|
|||||||
int fadeAmount = 5; // how many points to fade the LED by
|
int fadeAmount = 5; // how many points to fade the LED by
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
// nothing happens in setup
|
// declare pin 9 to be an output:
|
||||||
pinMode(9, OUTPUT);
|
pinMode(9, OUTPUT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user