Declarations for Callback module. More...
#include "Config.h"Go to the source code of this file.
Functions | |
| void | onEvent (Button::CALLBACK_EVENT, uint8_t) |
| Callback function for button events. More... | |
Declarations for Callback module.
Definition in file Callback.h.
| void onEvent | ( | Button::CALLBACK_EVENT | event, |
| uint8_t | id | ||
| ) |
Callback function for button events.
| event | The event that has occured. |
| id | The identifier of the button generating the callback. |
Definition at line 20 of file Callback.cpp.