1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Corrections to Basics examples

This commit is contained in:
Tom Igoe
2010-08-15 14:30:43 +00:00
parent 02eed8071b
commit 5fb0b62e7c

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() {