keil/include/drivers/WS2812.h
@@ -17,11 +17,11 @@
#define YELLOW      0x888800
#define LEDOFF      0x000000
#else
#define RED         0X1100
#define GREEN       0x110000
#define BLUE        0x11
#define WHITE       0x111111
#define YELLOW      0x111100
#define RED         0XFF00
#define GREEN       0xFF0000
#define BLUE        0xFF
#define WHITE       0xFFFFFF
#define YELLOW      0xFFFF00
#define LEDOFF      0x000000
#endif
void Set4LEDColor(uint32_t firstled,uint32_t secondled,uint32_t thirdled,uint32_t fourthled);