rev20211120
Dependencies: HEPTA_SENSOR mbed HEPTA_EPS HEPTA_COM HEPTA_CDH
Diff: main.cpp
- Revision:
- 30:e759c0f5f608
- Parent:
- 29:3d5175dfeb10
diff -r 3d5175dfeb10 -r e759c0f5f608 main.cpp --- 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);