Hepta GPS

Dependencies:   mbed HeptaBattery SDFileSystem HeptaCamera_GPS

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:49:13 2019 +0000
Parent:
19:5e661341178f
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:08:48 2019 +0000
+++ b/main.cpp	Mon Aug 19 06:49:13 2019 +0000
@@ -4,7 +4,7 @@
 #include "HeptaCamera_GPS.h"
 
 Serial pc(USBTX,USBRX);
-HeptaBattery battery(p19,p26);
+HeptaBattery battery(p16,p26);
 SDFileSystem sd(p5, p6, p7, p8, "sd");
 HeptaCamera_GPS cam_gps(p13, p14,p25,p24);