aboutsummaryrefslogtreecommitdiff
path: root/include/shared
Commit message (Collapse)AuthorAge
* Completed ws2812b 2020 Christmas Lights.ir_ledsJosh Rahm2021-09-27
|
* Can read from the A/C remote control!test_irJosh Rahm2020-12-09
|
* Added header files implementing a basic AVL tree and Map based off it.Josh Rahm2020-12-06
| | | | | | | | These headers take inspiration from the linked list and array list headers as a way to provide primitive templates in C. This time they implement an AVL tree and Map template (which uses the AVL tree). Included are relatively robust tests, though they could be improved.
* Add remove ability to linked list.Josh Rahm2020-12-05
|
* Add array_list.hJosh Rahm2020-12-05
|
* Some changes to linked listJosh Rahm2020-12-03
|
* Add linked list header.Josh Rahm2020-11-29