corrected note on fade example

This commit is contained in:
Tom Igoe 2010-09-08 17:49:27 +00:00
parent 52030561a9
commit 6fbfb713ee
1 changed files with 1 additions and 1 deletions

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);
}