Skip to content

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

Notifications You must be signed in to change notification settings

TuriSc/RP2040-Button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RP2040 Button

Button debounce library for Raspberry Pi Pico

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.

About

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

Resources

Stars

Watchers

Forks

Languages

  • C 88.2%
  • CMake 11.8%