Skip to content

Commit 6fbfb71

Browse files
committed
corrected note on fade example
1 parent 5203056 commit 6fbfb71

File tree

1 file changed

+1
-1
lines changed
  • build/shared/examples/1.Basics/Fade

1 file changed

+1
-1
lines changed

build/shared/examples/1.Basics/Fade/Fade.pde

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ int brightness = 0; // how bright the LED is
1111
int fadeAmount = 5; // how many points to fade the LED by
1212

1313
void setup() {
14-
// nothing happens in setup
14+
// declare pin 9 to be an output:
1515
pinMode(9, OUTPUT);
1616
}
1717

0 commit comments

Comments
 (0)