Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information