Hepta_template_program

Dependencies:   mbed PowerControl SDFileSystem

Fork of Hepta_UplinkData by HEPTA-Sat Hands-On

Revision:
1:2a3dc618aef7
Parent:
0:b96079b7d167
--- a/hepta_sat/HeptaAccel.h	Tue Dec 13 08:03:46 2016 +0000
+++ b/hepta_sat/HeptaAccel.h	Tue Dec 13 09:47:15 2016 +0000
@@ -15,7 +15,7 @@
     );
     void setup();
     void sensing(float *ax,float *ay,float *az);
-    void sensing_u16(char* ax_u16,char* ay_u16,char* az_u16, int *dsize);
+    void sensing_u16(char* ax_u16,char* ay_u16,char* az_u16);
     float x();
     float y();
     float z();