debounce-button
There are 46 repositories under debounce-button topic.
evert-arias/EasyButton
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
JChristensen/JC_Button
Arduino library to debounce button switches, detect presses, releases, and long presses
bxparks/AceButton
An adjustable, compact, event-driven button library for Arduino that debounces and dispatches events to a user-defined event handler.
wkoch/Debounce
Arduino library for button debouncing.
Dlloydev/Toggle
Arduino button debounce library for various switch types, port expanders and other 8-bit data sources. Fast and robust debounce algorithm.
Stutchbury/InputEvents
An easy to use but comprehensive Event Library for Buttons, Encoders, Encoder Buttons, Analog Inputs, Joysticks and Switches with built in debouncing.
ArminJo/EasyButtonAtInt01
Arduino library for push buttons at INT0 and / or INT1 pin (pin 2 / 3). Provides debouncing and toggle button functionality.
yuanbo-peng/Combination-Lock
This project is to implement a combination lock on the FPGA board using VHDL language and finite state machine. There are some possible solutions are provided to address the problems including debounce, random number generation and combination check.
MicroBeaut/ADebouncer
Advanced Debouncer Library for Arduino
ddjain/ngDebounceClick
ng-debounce-click is the directive which is help to improve browser performance by reducing expensive/time consuming function invokation.
GabyGold67/ButtonToSwitch_AVR
Complete buttons to switches library implemented for Arduino, with flags update automation, function callbacks, all encapsulated in classes sharing a common API for simplest implementation, use, modification or replacement when needed.
kotyara12/reGpio
Обработка событий на входах (кнопки, PIR и т.д.) по прерыванию с таймером подавления дребезга контактов
pilotak/DebounceIn
Debounce InterruptIn for mbed
code-shift/ChatterButton
Contacts debounce assistant for stable operation of buttons and other hardware triggers
DoImant/Button_SL
Button is a class for (debouncing) button queries. The included ButtonSL is extended so that a distinction can be made between a short and long button press.
evert-arias/easybtn-docs
EasyButton official documentation
GabyGold67/ButtonToSwitch_ESP32
Complete buttons to switches library implemented for ESP32-Arduino, with flags update automation, function callbacks, tasks unblocking, task resumes, all encapsulated in classes sharing a common API for simplest implementation, use, modification or replacement when needed.
GabyGold67/ButtonToSwitch_STM32
An STM32-RTOS Arduino library to implement all kind of switches out of simple push buttons (Momentary buttons) by using embedded simulated behavior. Make the same pushbutton behave completely differently according to needs by just an assignement. Save panel space by reusing the minimum pushbuttons.
swvincent/sonoff-long-press
Long button press detect and debounce for the ESP8266-based SonOff Basic WiFi smart switch.
ellisgl/addressable-debouncer-verilog
Addressable 8 SPDT debouncer in Verilog
mrnko/lite-debounce-js
A lightweight, dependency-free debounce utility for JavaScript functions. Supports both leading and trailing edge execution. Perfect for input handlers, resize events, and performance optimization in modern web apps.
musicrizz/Arduino-Button_Ladder
(For My Teaching Tutorial Blog) It is an Utility class to read a number of swirches (push button) using only one analog input. With debouce .
xdzmkus/STM32_DebounceButton
STM32 C++ Button Library with debouncing algorithm
Abhi-lab2/The-Movie-App
Movie Recommendation App - It shows you reviews and ratings of the movies that you search. Also it uses Movie API.
bdubs-astro/uPy_Debounce_Switch
debounce a switch using interrupts
dkostmii/debouncing-buttons
A possible solution, when you want to avoid firing some event, but have no control of it.
MicroBeaut/MAX6816
Single Switch Debouncer Library for Arduino
MicroBeaut/RepeatButton
RepeatButton Library for Arduino
murige34/ButtonLite
Arduino library for debouncing input tactile switch.
charan-271/insulin-pump
This project implements a programmable insulin delivery system using an ESP32 microcontroller, providing precise dosing through a user-friendly interface. The system is designed to be portable, reliable, and easy to operate through a menu-driven OLED display.
hmmbug/button
A lightweight MCU button library with debouncer.
phaoer/react-ez-ui
A customizable component library for React that does not rely on predefined UI styles, allowing complete control over the design and content of the components.
TahirZia-1/FPGA-Morse-Code-Encoder
Converts digits (only) into its Morse code on a NEXYS 4 DDR Board, displayed using LED lights. 1 second for dot and 3 seconds for Dash. Can be toggled into different modes for storing digits in FIFO register as well.
tomasz90/two-buttons-interface
Two Buttons Interface for embedded devices