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