mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc.
This commit is contained in:
@ -30,8 +30,8 @@ void loop()
|
||||
digitalWrite(pins[i], LOW); // and turning it off.
|
||||
}
|
||||
for (i = num_pins - 1; i >= 0; i--) {
|
||||
digitalWrite(i, HIGH);
|
||||
digitalWrite(pins[i], HIGH);
|
||||
delay(timer);
|
||||
digitalWrite(i, LOW);
|
||||
digitalWrite(pins[i], LOW);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user