Bounce3
A poll based debounce library with a small RAM footprint
Macros
Button pressed values

Return values for Bounce3::pressed() More...

Macros

#define B3_PRESS   (1)
 Return value if the button was just pressed.
 
#define B3_REPEAT_SLOW   (2)
 Return value if the button is held, and is repeating slowly.
 
#define B3_REPEAT_FAST   (3)
 Return value if the button is held, and is repeating quickly.
 

Detailed Description

Return values for Bounce3::pressed()