mattytrentini / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
3 stars 0 forks source link

ESP32 Timer identifier needs documenting #7

Closed dpgeorge closed 1 year ago

dpgeorge commented 5 years ago

The current esp32 quickref states that -1 is a valid Timer id, for software timers. But this is not true, there are actually 4 timers with ids 0-3. For example Timer(-1) and Timer(3) are equivalent.

mattytrentini commented 1 year ago

Resolved, see ESP32 Quickref/Timers.