Hepta 9axis Sensor(Gyroscope)

Dependencies:   mbed HeptaBattery Hepta9axis

Fork of Lab7-01_template by HEPTA-Sat Training 2017~2018

Revision:
15:1d9772c3fe72
Parent:
14:ebe9ec72b3e2
Child:
16:c238ef7aa7e5
diff -r ebe9ec72b3e2 -r 1d9772c3fe72 main.cpp
--- a/main.cpp	Thu Sep 07 13:47:10 2017 +0000
+++ b/main.cpp	Sat Aug 17 08:51:09 2019 +0000
@@ -3,9 +3,10 @@
 
 Serial pc(USBTX,USBRX);
 Hepta9axis n_axis(p28,p27,0xD0,0x18);
-
+DigitalOut EN(p26);
 int main()
 {
+    EN = 1; // EN pin : high
     pc.baud(9600);
     float gx,gy,gz;
     pc.printf("Gyro Sensor Mode\r\n");