Commit graph

4 commits

Author SHA1 Message Date
HookyKB
e9c75448b5 Make Charlie real
I'd dropped the `e` from `charlieplex` everywhere. Bring it back to make
the world a safe place again.
2023-12-09 13:49:05 -08:00
HookyKB
48dfbaf48f Remove interrupt config/rely on pin set
If the interrupt pin is set, use the interrupt code, else poll.

This change results in a slightly larger executable in both cases,
with unreachable code. More so in the case of polling, bet the
difference is not great.
2023-12-09 13:49:05 -08:00
Hooky
087774c783 Switch naming to charliplex 2023-12-09 13:49:05 -08:00
Peter Johanson
690bc1bb44 refactor: Move drivers into properly module.
* Align our driver module layout to properly match Zephyr conventions,
  allowing proper CMake setup to amend the library for each type of driver.
2023-09-16 11:52:40 -07:00