LibDriver WS2812B
Loading...
Searching...
No Matches
driver_ws2812b_interface_template.c
Go to the documentation of this file.
1
36
38
47{
48 return 0;
49}
50
59{
60 return 0;
61}
62
72uint8_t ws2812b_interface_spi_write_cmd(uint8_t *buf, uint16_t len)
73{
74 return 0;
75}
76
83{
84
85}
86
92void ws2812b_interface_debug_print(const char *const fmt, ...)
93{
94
95}
driver ws2812b interface header file
void ws2812b_interface_debug_print(const char *const fmt,...)
interface print format data
uint8_t ws2812b_interface_spi_write_cmd(uint8_t *buf, uint16_t len)
interface spi bus write command
uint8_t ws2812b_interface_spi_10mhz_init(void)
interface spi 10mhz bus init
uint8_t ws2812b_interface_spi_deinit(void)
interface spi bus deinit
void ws2812b_interface_delay_ms(uint32_t ms)
interface delay ms