issues
search
LennartHennigs
/
Button2
Arduino/ESP button library that provides callback functions to track single, double, triple and long clicks. It also takes care of debouncing.
MIT License
487
stars
81
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Multiple Buttons max 8 buttons
#77
m1sha87
closed
3 months ago
1
Multiple Button Issue
#76
patrickgardella
opened
4 months ago
0
[question] Is it compatible with all microcontrollers having an Arduino framework implementation?
#75
paaspaas00
closed
5 months ago
2
updated examples
#74
LennartHennigs
closed
6 months ago
0
fixed bug #72
#73
LennartHennigs
closed
6 months ago
0
Problem with longpress behavior
#72
juiplus
closed
6 months ago
3
update constants in examples
#71
LennartHennigs
opened
8 months ago
0
another i2c PE button question
#70
sercona
opened
8 months ago
8
virtual button init callback
#69
sercona
opened
8 months ago
1
Watchdog timer triggered on both ESP32 Capacitive Touch examples
#68
chucksalmon
opened
9 months ago
1
arduino uno r4 does not work with 2.3.x
#67
LennartHennigs
closed
9 months ago
0
2.3.x does not compile on Arduino Uno R4
#66
LennartHennigs
closed
9 months ago
3
Use hall sensor instead button
#65
jaksatomovic
closed
8 months ago
1
Multiplexed buttons support
#64
paaspaas00
closed
9 months ago
1
setStateHandler Functions
#63
woodenplastic
closed
8 months ago
1
Advices for implementing a speed-sensitive button-press control
#62
paaspaas00
closed
9 months ago
1
2.3.x breaks default implementation?
#61
TheBay0r
opened
10 months ago
4
2.3.0 breaks at least on RP2040 with type errors
#60
kilrah
closed
11 months ago
3
multiple ESP32CapacitiveTouch.ino
#59
vinhx
closed
11 months ago
1
Change std::functional guards from platform-based to language version-based
#58
KayMD
opened
1 year ago
1
Added New Capacitive Touch Examples
#57
ryancasler
closed
11 months ago
1
Create ESP32S2S3CapacitiveTouch.ino
#56
ryancasler
closed
1 year ago
0
Trigger was_pressed flag for both single_press and long_press
#55
IvanBayan
closed
1 year ago
1
Long press is not reported in polling mode
#54
IvanBayan
closed
1 year ago
1
button.isPressed(); seems to stay latched.
#53
Fishbone69
closed
1 year ago
1
Interrupt wdt timeout on CPU1
#52
ifengchao
closed
1 year ago
2
detection of long presses does not work properly inside of an interupt timer
#51
EtoTen
closed
8 months ago
2
.pio/libdeps/seeed_xiao_esp32c3/Button2/src/Button2.cpp:186:20: error: 'touchRead' was not declared in this scope
#50
gknops
closed
1 year ago
2
Long click retriggerable stopped working in a recent update.
#49
tfabris
closed
1 year ago
4
Suggestion to add options for Led Buttons
#48
mrNo0b
closed
1 year ago
1
Filtering out Single press while waiting for the Long Press
#47
mrdROb
closed
2 years ago
3
LongClickDetectedHandler triggered after boot?
#46
LennartHennigs
closed
1 year ago
8
Error Compiling For ESP32 C3
#45
ryancasler
closed
2 years ago
5
Disable double/triple click detection
#44
pablopeu
closed
1 year ago
17
Is there a way to run the button.loop function in the background using an interrupt timer ?
#43
renejeanmercier
closed
2 years ago
11
Read initial value during boot
#42
guydvir2
closed
1 year ago
4
getType() with Long Click Detected
#41
ryancasler
closed
2 years ago
1
Possible issue with button released.
#40
MikeDWheeler
closed
2 years ago
1
Fix initialization bug
#39
mscreations
closed
2 years ago
1
Decalring SetHandler time
#38
rassalrich
closed
2 years ago
3
Initialize longclick_detected_counter with 0
#37
ovidiupruteanu
closed
2 years ago
1
Use Button2 with Touchsensors in my Esp32
#36
oiresgleichen
closed
2 years ago
2
Question: what should `wasPressedFor()`return for double and triple clicks?
#35
LennartHennigs
opened
2 years ago
4
Added new index property.
#34
MasterOfPuppets
closed
2 years ago
5
Active low button don't work with the library
#33
henkjannl
closed
2 years ago
5
Feature request: be able to set your own _getState() callback function
#32
grayconstruct
closed
2 years ago
2
Change pin assignments at runtime
#31
melkati
closed
2 years ago
2
Question/FMR: Are buttons interrupt enabled?
#30
Devilcow
closed
3 years ago
3
Use std::function to allow C++ 11 lambda functions
#29
jacobdekeizer
closed
3 years ago
4
How to handle initial button state?
#28
giannoug
closed
3 years ago
2
Next