Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HEPTA_CDH HEPTA_COM HEPTA_EPS HEPTA_SENSOR mbed
Diff: main.cpp
- Revision:
- 30:e759c0f5f608
- Parent:
- 29:3d5175dfeb10
- Child:
- 32:9ea6a7eaed8b
--- 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);