29 struct debouncer *
self,
int count,
bool initial);
110 bool use_repeat_timer;
112 unsigned long long time;
113 unsigned long long hold_time;
114 unsigned long long repeat_time;
131 unsigned long long time,
bool use);
138 unsigned long long time,
bool use);
152 unsigned long long time,
156 #endif //BUTTON_UTILS_H
a software debouncer
Definition: button.h:16
edge detector state
Definition: button.h:60