Hepta UplinkData Q

Dependencies:   mbed PowerControl SDFileSystem

Fork of Hepta_UplinkData_Q by 智也 大野

Revision:
1:d9b4d2303984
Parent:
0:edad9f0f386a
--- a/hepta_sat/HeptaAccel.h	Fri Dec 09 05:16:28 2016 +0000
+++ b/hepta_sat/HeptaAccel.h	Tue Dec 13 09:54:46 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();