Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed HeptaBattery SDFileSystem HeptaCamera_GPS
Diff: main.cpp
- Revision:
- 20:6f12217d17bc
- Parent:
- 18:8b600cd66ec5
--- 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);