Drop-in library to replicate IIDX and SDVX controllers using Arduino
Updated 2026-03-15 14:31:34 +03:00
This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO. These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
accuracy
arduino-pico
arduino-pico-core
hardware-timers
interrupt
isr
isr-based
isr-based-timer
mission-critical
nano-rp2040-connect
non-blocking
pico-w
raspberry-pi-pico
raspberry-pi-pico-rp2040
raspberry-pi-pico-w
rp2040
rp2040w
timerinterrupt
timerinterrupt-library
timers
Updated 2025-07-13 23:16:32 +03:00
Use an Arduino (ATmega32U4-based) board as a Playstation 1 / 2 Controller.
Updated 2025-07-13 23:11:05 +03:00