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