![]() |
MatrixMiniR4 1.1.5
Matrix Mini R4 Arduino Library API Documentation
|
A class template for handling button state retrieval for a specific button ID. More...
#include <MiniR4BTN.h>
Public Member Functions | |
MiniR4BTN () | |
bool | getState (void) |
Retrieves the current state of the button. | |
A class template for handling button state retrieval for a specific button ID.
This class interacts with the MMLower library to get the state of a button identified by a unique ID.
ID | The unique identifier for the button. |
Definition at line 21 of file MiniR4BTN.h.
|
inline |
Definition at line 24 of file MiniR4BTN.h.
|
inline |
Retrieves the current state of the button.
This method calls the MMLower library to check the state of the button identified by the unique ID.
Definition at line 34 of file MiniR4BTN.h.