diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 26373e7f..64d037cd 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -139,6 +139,8 @@ volatile int prompt = false; char serial_string[128]; +float get_cpu_temp(); + //#define WAV_DATA_LENGTH (50000 * 8) uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET;