![]() |
Midnight Sun Firmware
|
Button configuration structure. More...
#include <button.h>
Public Attributes | |
GpioAddress | gpio |
bool | active_low |
uint8_t | debounce_ms |
ButtonCallbacks | callbacks |
Button configuration structure.
bool active_low |
True if button is active low
ButtonCallbacks callbacks |
Edge callback functions
uint8_t debounce_ms |
Debounce time in milliseconds
GpioAddress gpio |
GPIO address for the button