Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 613 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 613 Bytes

Raspberry Pi Pico Button

Button debounce library for Raspberry Pi Pico (RP2040 and RP2350)

A C library to define and debounce push buttons on a Raspberry Pi Pico. It generates interrupts after listening to GPIO_IRQ events. It allows to define multiple buttons simultaneously.

Fork of jkroso/pico-button.c including jkroso/pico-gpio-interrupt.c, both by Jake Rosoman. MIT license.

Projects using this library