For Hepta-Sat Lite

Files at this revision

API Documentation at this revision

Comitter:
heptasat2021
Date:
Tue Oct 19 06:17:26 2021 +0000
Parent:
11:bdcabb617bfb
Commit message:
hepta-sat lite fix(20211019)

Changed in this revision

Hepta6axis.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r bdcabb617bfb -r 811d24f1d74e Hepta6axis.cpp
--- a/Hepta6axis.cpp	Tue Aug 24 02:31:40 2021 +0000
+++ b/Hepta6axis.cpp	Tue Oct 19 06:17:26 2021 +0000
@@ -67,8 +67,8 @@
 
 void Hepta6axis::sen_gyro(float *gx,float *gy,float *gz)
 {
-    setup();
-    setup();
+    //setup();
+    //setup();
 //x-axis gyro
     adata[0] = 0x43;
     n_axis.write(addr_accel_gyro,adata,1);