Hepta 9axis Sensor(Gyroscope)

Dependencies:   mbed HeptaBattery Hepta9axis

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

Files at this revision

API Documentation at this revision

Comitter:
HEPTA
Date:
Mon Aug 19 06:45:17 2019 +0000
Parent:
18:100be8457410
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Aug 19 06:02:59 2019 +0000
+++ b/main.cpp	Mon Aug 19 06:45:17 2019 +0000
@@ -2,7 +2,7 @@
 #include "HeptaBattery.h"
 #include "Hepta9axis.h"
 Serial pc(USBTX,USBRX);
-HeptaBattery battery(p19,p26);
+HeptaBattery battery(p16,p26);
 Hepta9axis n_axis(p28,p27,0xD0,0x18);
 
 int main()