| 11 | #include <RotaryEncoder.h> |
| 12 | RotaryEncoder *encoder = nullptr; |
| 13 | IRAM_ATTR void checkPosition() { encoder->tick(); } |
| 14 | |
| 15 | /*************************************************************************************** |
| 16 | ** Function name: _setup_gpio() |
nothing calls this directly
no outgoing calls
no test coverage detected