FreeRTOS Tetris
Data Fields
debounce_button Struct Reference

Structure for debouncing buttons. More...

#include <input.h>

Collaboration diagram for debounce_button:
Collaboration graph

Data Fields

int counter
 Counts the amount of times the key has been pressed.
 
bool lastState
 Stores the last state of the button.
 

Detailed Description

Structure for debouncing buttons.


The documentation for this struct was generated from the following file: