Beispiel #1
0
void initStrip() {
  strip.begin();
}
void setup() {
    strip.begin(); // Initialize pins for output
    strip.show();  // Turn all LEDs off ASAP
}