11#ifndef MultiColorLight_h
12#define MultiColorLight_h
13#include <Adafruit_NeoPixel.h>
88 void setTopLeds(uint8_t red, uint8_t green, uint8_t blue);
121 uint32_t
color(uint8_t r, uint8_t g, uint8_t b);
leds
Describes combinations of leds on the Dezibot. With the Robot in Front of you, when the robot drives ...
void turnOffLed(leds leds=ALL)
turn off the given leds
void blink(uint16_t amount, uint32_t color=0x00006400, leds leds=TOP, uint32_t interval=1000)
Let LEDs blink, returns after all blinks were executed.
static const uint16_t ledAmount
void setLed(uint8_t index, uint32_t color)
Set the specified led to the passed color.
void begin(void)
initialize the multicolor component
static const uint8_t maxBrightness
Adafruit_NeoPixel rgbLeds
static const int16_t ledPin
void setTopLeds(uint32_t color)
sets the two leds on the top of the robot to the specified color