diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2021-09-27 22:56:46 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2021-09-27 22:56:46 -0600 |
commit | 90eb3a0b79bfef67c70dc545b49c48928eea05f4 (patch) | |
tree | 66718a17063ce4fa5c32c4a8ac094d09f7fab6de /include/drv/ws2812B | |
parent | 5f1763ec87503527583cb1a7c6deb73604db0dfc (diff) | |
download | stm32l4-ir_leds.tar.gz stm32l4-ir_leds.tar.bz2 stm32l4-ir_leds.zip |
Completed ws2812b 2020 Christmas Lights.ir_leds
Diffstat (limited to 'include/drv/ws2812B')
-rw-r--r-- | include/drv/ws2812B/ws2812b.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drv/ws2812B/ws2812b.h b/include/drv/ws2812B/ws2812b.h index 3189907..d7137a1 100644 --- a/include/drv/ws2812B/ws2812b.h +++ b/include/drv/ws2812B/ws2812b.h @@ -30,7 +30,4 @@ void ws2812b_write_rgb_arr_sync(ws2812b_t* drv, rgb_t* arr, size_t arr_len); void ws2812b_delete(ws2812b_t* drv); -/* Returns round(sin(2πn / 256) * 127.5 + 127.5). */ -uint8_t byte_sin(uint8_t n); - #endif /* WS2812B_H_ */ |