Пример #1
0
void initStrip() {
  strip.begin();
}
Пример #2
0
void setup() {
    strip.begin(); // Initialize pins for output
    strip.show();  // Turn all LEDs off ASAP
}