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

4a9c1e8 · Feb 15, 2023

History

10 Commits
Aug 23, 2021
Feb 15, 2023
Feb 14, 2023
Feb 14, 2023
Feb 15, 2023

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%