Base functions of WS2812 for all embedded device. More...
Go to the source code of this file.
Functions | |
| void | WS2812_SetBit (uint8_t dataBit) |
| void | WS2812_SetColor (uint8_t R, uint8_t G, uint8_t B) |
| Set colors. | |
Base functions of WS2812 for all embedded device.
| Project | DEVICE_GENERAL_ATY_LIB |
Definition in file WS2812_ATY.h.
| void WS2812_SetBit | ( | uint8_t | dataBit | ) |
Set colors.
| R | Color red |
| G | Color green |
| B | Color blue |
Definition at line 107 of file WS2812_ATY.c.