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.

Files at this revision

API Documentation at this revision

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
--- 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__