FreeRTOS Tetris
|
Structure for debouncing buttons. More...
#include <input.h>
Data Fields | |
int | counter |
Counts the amount of times the key has been pressed. | |
bool | lastState |
Stores the last state of the button. | |
Structure for debouncing buttons.