Library for detecting button clicks, doubleclicks and long press pattern on a single button. Updated to use Callback class when mbed lib >= 122 is used. Then also member functions can be used as callbacks.
Fork of OneButton by
Revisions of OneButton.cpp
Revision | Date | Message | Actions |
---|---|---|---|
2:26960fb1d783 | 2016-09-22 | with mbed lib >=122, the Callback class is used. For older libs it is compatible with older functions. With Callback class also member functions can be used. | File Diff Annotate |
1:fdf67f893a5c | 2016-09-01 | frist commit | File Diff Annotate |
0:62d614796022 | 2016-08-31 | event-driven button driver | File Diff Annotate |