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

Bitwise or these together for the constructor mode. More...

Macros

#define B3_MODE_ONESHOT   (1 << 0)
 Only register the press and release.
 
#define B3_MODE_REPEAT   (0 << 0)
 Register the press, and repeat if held down.
 
#define B3_ACTIVE_HIGH   (1 << 1)
 The button has a pulldown resistor.
 
#define B3_ACTIVE_LOW   (0 << 1)
 The button has a pullup resistor.
 

Detailed Description

Bitwise or these together for the constructor mode.