simulate satellite program structure

Dependencies:   mbed HeptaBattery SDFileSystem HeptaCamera_GPS Hepta9axis HeptaTemp HeptaXbee

Fork of Lab7-01_template by HEPTA-Sat Training 2017~2018

Files at this revision

API Documentation at this revision

Comitter:
HEPTA
Date:
Thu Aug 22 05:41:12 2019 +0000
Parent:
25:b9b1257f6e9a
Commit message:

Changed in this revision

HeptaBattery.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HeptaBattery.lib	Wed Aug 21 09:49:18 2019 +0000
+++ b/HeptaBattery.lib	Thu Aug 22 05:41:12 2019 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/HEPTA/code/HeptaBattery/#7d0aaedfe1c0
+https://developer.mbed.org/users/HEPTA/code/HeptaBattery/#65c3076b5c24
--- a/main.cpp	Wed Aug 21 09:49:18 2019 +0000
+++ b/main.cpp	Thu Aug 22 05:41:12 2019 +0000
@@ -34,7 +34,7 @@
     FILE *dummy = fopen("/sd/MissionData/dum.txt","w");
     fclose(dummy);
     while(1) {
-        //battery.power_saving_mode(&flag,&bt);
+        battery.power_saving_mode(&flag,&bt);
         temp.temp_sense(&temper);
         wait(0.5);
         xbee.printf("flag = %d, bt = %.2f [V], temp = %.1f [C]\r\n",flag,bt,temper);