Corrections to Basics examples

This commit is contained in:
Tom Igoe 2010-08-15 14:30:43 +00:00
parent 02eed8071b
commit 5fb0b62e7c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ int fadeAmount = 5; // how many points to fade the LED by
void setup() {
// nothing happens in setup
pinMode(9, OUTPUT);
}
void loop() {