HeptaSat

Dependencies:   HEPTA_SENSOR mbed HEPTA_EPS HEPTA_COM HEPTA_CDH

Files at this revision

API Documentation at this revision

Comitter:
HEPTA
Date:
Mon Sep 04 11:41:28 2017 +0000
Parent:
6:a7d481b9d962
Child:
8:bba8a88ca7ea
Commit message:
template

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Sep 04 03:51:41 2017 +0000
+++ b/main.cpp	Mon Sep 04 11:41:28 2017 +0000
@@ -11,7 +11,7 @@
 HeptaXbee xbee(p9,p10);
 HeptaCamera_GPS cam_gps(p13, p14,p25,p24);
 Hepta9axis _9axis(p28,p27,0xD0,0x18);//sda,scl,acc&gyro_address,mag_gyro
-HeptaTemp heptatemp(p17);
+HeptaTemp temp(p17);
 HeptaBattery bat(p16,p26);
 
 DigitalOut myled(LED1);