for textbook v4.4

Dependencies:   HEPTA_SENSOR mbed HEPTA_EPS HEPTA_COM HEPTA_CDH

Revision:
13:a1fa75a002f6
Parent:
10:4d6870d0caa0
Child:
21:92c25e853b87
--- 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);