Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1. if(SHOE_ALWAYSON) {
  2.   for(i=0; i<SHOE_LEN_LEDS; i++) {
  3.     strip.setPixelColor(i+SHOE_LED_BACK, 0, 255, 255); // Cyan
  4.     strip.setPixelColor(i+SHOE_LED_BACK, 255, 0, 127); // Red-Magenta
  5.   }
  6.   for (;;) {
  7.     delay(2000); // Something to prevent the watchdog from resetting the FLORA.
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement