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.
Diff: main.cpp
- Revision:
- 13:a1fa75a002f6
- Parent:
- 10:4d6870d0caa0
- Child:
- 21:92c25e853b87
diff -r c108a0c3aadf -r a1fa75a002f6 main.cpp --- a/main.cpp Tue Sep 05 17:15:38 2017 +0000 +++ b/main.cpp Wed Sep 06 02:59:57 2017 +0000 @@ -12,7 +12,7 @@ HeptaCamera_GPS cam_gps(p13, p14,p25,p24); Hepta9axis n_axis(p28,p27,0xD0,0x18); HeptaTemp temp(p17); -HeptaBattery bat(p16,p26); +HeptaBattery battery(p16,p26); DigitalOut myled(LED1);