HeptaSat

Dependencies:   HEPTA_SENSOR mbed HEPTA_EPS HEPTA_COM HEPTA_CDH

Files at this revision

API Documentation at this revision

Comitter:
HEPTA
Date:
Wed Sep 06 02:59:57 2017 +0000
Parent:
12:c108a0c3aadf
Child:
14:c078616a0390
Commit message:
Template program;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);