From d5bd07b0d4686dc506ada2d25c5716403b670960 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 27 Feb 2023 18:18:16 -0500 Subject: [PATCH] added get_cpu_temp --- cubesatsim/cubesatsim.h | 2 ++ 1 file changed, 2 insertions(+) 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;