Button interface for the TKJHAT board. More...
#include <Arduino.h>Go to the source code of this file.
Classes | |
| class | Button |
| A class to handle a push button connected to the TKJHAT board. More... | |
Button interface for the TKJHAT board.
This class provides a simple interface for reading the state of a push button connected to the TKJHAT board.
The button is assumed to be connected using a pull-up configuration. The pressed state corresponds to a LOW signal on the pin.
Definition in file Button.h.