예제 #1
0
파일: Lily.cpp 프로젝트: Valoa/lily
void initStrip() {
  strip.begin();
}
예제 #2
0
void setup() {
    strip.begin(); // Initialize pins for output
    strip.show();  // Turn all LEDs off ASAP
}