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

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Languages

  • C 79.3%
  • CMake 20.7%