1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

corrected note on fade example

This commit is contained in:
Tom Igoe
2010-09-08 17:49:27 +00:00
parent 52030561a9
commit 6fbfb713ee

View File

@@ -11,7 +11,7 @@ int brightness = 0; // how bright the LED is
int fadeAmount = 5; // how many points to fade the LED by
void setup() {
// nothing happens in setup
// declare pin 9 to be an output:
pinMode(9, OUTPUT);
}