|
Noiasca Tool Kit
Several helper functions and classes to make life with Arduino easier
|
bounce 5 Neopixel between left and right More...
#include <Noiasca_neopixel.h>
Public Member Functions | |
| Bounce5Pixel (Adafruit_NeoPixel &strip, uint16_t pixel) | |
Public Member Functions inherited from Bounce5< NeoPixel > | |
| Bounce5 (NeoPixel &obj) | |
| Bounce 5 LEDs between left and right. More... | |
| void | begin () |
| start hardware More... | |
| void | setOnStateChange (Callback funcPtr) |
| set the callback function onStateChange More... | |
| void | on () |
| switch output on More... | |
| void | off () |
| switch output off More... | |
| void | toggle () |
| switch between on or off state | |
| void | update (uint32_t currentMillis=millis()) |
| check if update is necessary More... | |
bounce 5 Neopixel between left and right
wrapper to bounce a series of 5 Neopixel. Inherits "style" class and composites NeoPixel
|
inline |
| strip | a reference to your strip object |
| pixel | the first of 5 pixels on the strip to be used |