Dilbert
Firmware for the Dilbert interactive badge.
|
Public Member Functions | |
NPPattern (Adafruit_NeoPixel &strip, int brightness) | |
virtual void | run () |
uint32_t | wheel (byte wheelPos) |
void | setBrightness (int inBrightness) |
int | getBrightness () |
Protected Attributes | |
Adafruit_NeoPixel & | m_strip |
int | m_brightness |