hepta
Dependencies: HEPTA_EPS HEPTA_SENSOR mbed
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);