Commit Graph

1 Commits

Author SHA1 Message Date
Philip Gladstone 92f37dea2d
Port of the rotary module to ESP32 (#3625)
* Ported rotary driver. Compiles but not tested.

* Added the rotary switch driver to the esp32 version

* Review comments. Also ensure that we have GPIO if we have ROTARY.

* Allow use of GPIO 0

* Another bad piece of documentation

* Fix docs and also free the timer

* Now adds a self reference to prevent GC until after close has been called and
any queued messages have been flushed.

* Simplified the code a bit
2024-04-26 21:25:43 -04:00