1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01: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);
}