mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 17:51:41 +02:00
chg: dev: added colorconstants
This commit is contained in:
9
src/multiColorLight/ColorConstants.h
Normal file
9
src/multiColorLight/ColorConstants.h
Normal file
@ -0,0 +1,9 @@
|
||||
static const uint32_t RED = 0xFF0000;
|
||||
static const uint32_t GREEN = 0x00FF00;
|
||||
static const uint32_t BLUE = 0x0000FF;
|
||||
static const uint32_t WHITE = 0xFFFFFF;
|
||||
static const uint32_t ORANGE = 0x961E00;
|
||||
static const uint32_t YELLOW = 0x965000;
|
||||
static const uint32_t TURQUOISE = 0x005064;
|
||||
static const uint32_t PURPEL = 0x320064;
|
||||
static const uint32_t PINK = 0x960064;
|
@ -11,7 +11,7 @@
|
||||
#ifndef MultiColorLight_h
|
||||
#define MultiColorLight_h
|
||||
#include <Adafruit_NeoPixel.h>
|
||||
|
||||
#include "ColorConstants.h"
|
||||
/**
|
||||
* @brief Describes combinations of leds on the Dezibot.
|
||||
* With the Robot in Front of you, if you can read the Dezibotlogo, the LED left from the Logo is TOP_LEFT
|
||||
|
Reference in New Issue
Block a user