aboutsummaryrefslogtreecommitdiff
path: root/main/drv/ws2812b.c
Commit message (Collapse)AuthorAge
* Break out code into tasks.Josh Rahm2021-11-30
| | | | | | | | | | | | | | | Increases the nmuber of LEDs to the full 300 roll. Can connect to the device using netcat. Set the color by entering white red green blue yellow teal magenta black
* Add .clang-format and run clang-format.Josh Rahm2021-11-21
|
* Add crude ws2812b driver.Josh Rahm2021-11-21
This driver can run lights! However it is very crude and does not provide a great API. It does work though! Currently lights up 5 leds of different colors. Right now this does synchronous writes, which is not the best. It would be better to be async, but I think that sholud not be a problem and will shortly be done.