earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.88k stars 394 forks source link

Add ESP32-compatible Ticker library #2244

Closed earlephilhower closed 3 weeks ago

earlephilhower commented 3 weeks ago

Uses the Pico SDK alarms and repeated-timers to provide for IRQ-level periodic tasks to be scheduled.