tortuga DataLogging Library: battery, speed, time, average...

Dependents:   TORTUGA_BLE

Fork of DataLogging by aapje monkey

Revision:
1:6e25c2b5c20c
Parent:
0:ec76b22829d5
Child:
2:f3c2bf5521e5
--- a/Data.h	Sat Apr 16 14:55:37 2016 +0000
+++ b/Data.h	Fri Apr 29 15:51:04 2016 +0000
@@ -15,7 +15,8 @@
     double getSpeed(void);
     double getAverage(void);
     int getLastCount(void);
-    
+    void pressed(void);
+    void interval(void);
 };
     
 #endif
\ No newline at end of file