PushDuration maps n callback functions to the duration of a button press. E.g. foo() is called when a button is released after 1 second where bar() is called after 3 seconds.
Revision 1:28c022f61c0b, committed 2016-05-20
- Comitter:
- jensstruemper
- Date:
- Fri May 20 15:13:45 2016 +0000
- Parent:
- 0:19efa3fea668
- Commit message:
- minor formatting updates
Changed in this revision
PushDuration.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 19efa3fea668 -r 28c022f61c0b PushDuration.h --- a/PushDuration.h Fri May 20 15:05:10 2016 +0000 +++ b/PushDuration.h Fri May 20 15:13:45 2016 +0000 @@ -1,5 +1,7 @@ -/* PushDuration Library by Jens Strümper -*/ +/** + * PushDuration Library by Jens Strümper. For questions or suggestions on how to improve the + * library please contact me via email: jens.struemper@gmail.com +**/ #ifndef __PUSHDURATION_H_INCLUDED__ #define __PUSHDURATION_H_INCLUDED__