Ejemplo n.º 1
0
Archivo: Lily.cpp Proyecto: Valoa/lily
void initStrip() {
  strip.begin();
}
Ejemplo n.º 2
0
void setup() {
    strip.begin(); // Initialize pins for output
    strip.show();  // Turn all LEDs off ASAP
}