![](/media/cache/profiles/2e74f94b232c5a0cc3e75b4eaaf64c90.jpg.50x50_q85.jpg)
Camera Ver3
Dependencies: mbed HeptaBattery SDFileSystem HeptaCamera_GPS
Fork of Lab7-01_template by
Diff: main.cpp
- Revision:
- 25:22253202c043
- Parent:
- 23:39e0b9856651
- Child:
- 26:72b784d2bf6b
--- a/main.cpp Mon Aug 19 04:54:31 2019 +0000 +++ b/main.cpp Mon Aug 19 06:18:12 2019 +0000 @@ -1,10 +1,12 @@ #include "mbed.h" #include "SDFileSystem.h" #include "HeptaCamera_GPS.h" +#include "HeptaBattery.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() {