open_in_new
content_copy
void turnOffAll() { for (int i = 0; i < LED_COUNT; ++i) { digitalWrite(ledPins[i], LOW); } }