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:
parent
52030561a9
commit
6fbfb713ee
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user