Lab4
Dependencies: mbed HeptaBattery SDFileSystem HeptaCamera_GPS
Diff: main.cpp
- Revision:
- 16:beb20346067a
- Parent:
- 14:5e01368bf0fb
- Child:
- 18:f7f05957c268
--- a/main.cpp Tue Aug 14 10:43:48 2018 +0000 +++ b/main.cpp Mon Aug 19 05:47:18 2019 +0000 @@ -1,11 +1,12 @@ #include "mbed.h" +#include "HeptaBattery.h" #include "SDFileSystem.h" #include "HeptaCamera_GPS.h" 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); int main() { pc.baud(9600);