port to platformio
This commit is contained in:
10
src/colors.h
Normal file
10
src/colors.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <FastLED.h>
|
||||
|
||||
typedef struct ColorInfo {
|
||||
const char *name;
|
||||
CRGB rgb;
|
||||
} ColorInfo;
|
||||
|
||||
ColorInfo colorForName(const char *name);
|
||||
const ColorInfo* allColors();
|
Reference in New Issue
Block a user