Search Results
admin
Dec. 4, 2024, 6:52 p.m.
38 views
0 likes
ESP32 Touch Button
This article discusses creating a touch-sensitive button using the ESP32's internal capacitive touch sensors. It details the GPIO pins associated with the sensors and explains how to read touch inputs using Arduino syntax.
admin
Dec. 5, 2024, 1:22 a.m.
50 views
0 likes
Bounce2 Library for Arduino Debouncing Made Easy
The Bounce2 library is a easy use tool for Arduino platforms, it will help us to solve the problem of erroneous states caused by the tiny vibrations of mechanical key switches when they are closed or opened.
admin
Dec. 4, 2024, 8:35 a.m.
29 views
0 likes
Introduction to the Powerful MultiButton Key Driver Module
MultiButton a powerful and easy-to-use key driver module. It explains its core advantages, usage steps, data structure, supported events, and provides example code.