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
Revision 26:72b784d2bf6b, committed 2019-08-19
- Comitter:
- HEPTA
- Date:
- Mon Aug 19 06:50:53 2019 +0000
- Parent:
- 25:22253202c043
- 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:18:12 2019 +0000
+++ b/main.cpp Mon Aug 19 06:50:53 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()
{