Drop-in library to replicate IIDX and SDVX controllers using Arduino
Updated 2026-03-15 14:31:34 +03:00
Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
Updated 2025-07-14 01:26:41 +03:00
Debouncing library for Arduino and Wiring
Updated 2025-07-13 23:19:13 +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.
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
Code for a Bemani-focused game controller targeting the RP2040 microcontroller.
Updated 2024-05-06 01:30:59 +03:00
A collection of Arduino breakout boards and code for Bemani uses.
Updated 2024-04-29 01:03:59 +03:00