Hepta GPS(GPGGA)

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:57 2019 +0000
Parent:
17:d1af207cd066
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r d1af207cd066 -r f7f05957c268 main.cpp
--- a/main.cpp	Mon Aug 19 06:11:38 2019 +0000
+++ b/main.cpp	Mon Aug 19 06:49:57 2019 +0000
@@ -6,7 +6,7 @@
 Serial pc(USBTX,USBRX);
 SDFileSystem sd(p5, p6, p7, p8, "sd");
 HeptaCamera_GPS cam_gps(p13, p14,p25,p24);//(tx,rx,camera switch,gps switch)
-HeptaBattery battery(p19,p26);
+HeptaBattery battery(p16,p26);
 int main()
 {
     pc.baud(9600);