I/O: Comment fix

This commit is contained in:
gohai
2015-10-12 17:02:16 +02:00
parent 06799bb757
commit 622e907d68

View File

@@ -19,7 +19,7 @@ void setup() {
}
void draw() {
// make the leds count in binary
// make the LEDs count in binary
for (int i=0; i < leds.length; i++) {
if ((frameCount & (1 << i)) != 0) {
leds[i].set(1.0);