rev20211120

Dependencies:   HEPTA_SENSOR mbed HEPTA_EPS HEPTA_COM HEPTA_CDH

Files at this revision

API Documentation at this revision

Comitter:
heptasat2021
Date:
Sat Nov 20 07:36:22 2021 +0000
Parent:
29:3d5175dfeb10
Commit message:
rev20211120_1;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Nov 20 07:32:30 2021 +0000
+++ b/main.cpp	Sat Nov 20 07:36:22 2021 +0000
@@ -46,7 +46,7 @@
         
         //senssing HK data(dummy data)
         eps.vol(&batvol);
-        temp   = 28.5;
+        sensor.temp_sense(&temp);
         
         //Transmitting HK data to Ground Station(GS)
         gs.printf("HEPTASAT::Condition = %d, Time = %f [s], batVol = %.2f [V],Temp = %.2f [C]\r\n",flag,sattime.read(),batvol,temp);