AbleButtons
V0.4.0
Lightweight button library for Arduino.
Loading...
Searching...
No Matches
Callback.h
Go to the documentation of this file.
1
/**
2
* @file Callback.h Declarations for Callback module.
3
*
4
* @copyright Copyright (c) 2022 John Scott
5
*/
6
#pragma once
7
#include "
Config.h
"
8
9
//
10
// Forward declarations of callback functions.
11
//
12
#if TESTABLE_CALLBACK
13
void
onEvent
(Button::CALLBACK_EVENT, uint8_t);
14
#endif
onEvent
void onEvent(Button::CALLBACK_EVENT, uint8_t)
Callback function for button events.
Definition:
Callback.cpp:20
Config.h
Declarations to select which buttons we use.
AbleButtons
examples
TestAbleButton
Callback.h
Generated by
1.9.5