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
components/modules/rotary.c
0 → 100644
docs/modules/rotary.md
0 → 100644
Please register or sign in to comment