AbleButtons V0.2.0
Lightweight button library for Arduino.
 
Loading...
Searching...
No Matches
CallbackButton.h File Reference

Definitions for handling callback functions. More...

#include "Button.h"

Go to the source code of this file.

Classes

class  able::CallbackButton< Button >
 Callback button template to call a function if the button is pressed. More...
 

Detailed Description

Definitions for handling callback functions.

When a button is pressed or released, a callback function can called.

Definition in file CallbackButton.h.