mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Corrections to Basics examples
This commit is contained in:
@ -12,6 +12,7 @@ int fadeAmount = 5; // how many points to fade the LED by
|
|||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
// nothing happens in setup
|
// nothing happens in setup
|
||||||
|
pinMode(9, OUTPUT);
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
Reference in New Issue
Block a user