Skip to content

Commit 6acffdd

Browse files
Merge pull request #264 from alanbjohnston/v0.39
V0.39
2 parents 3311da5 + 6bea66e commit 6acffdd

File tree

2 files changed

+147
-63
lines changed

2 files changed

+147
-63
lines changed

cubesatsim/cubesatsim.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,12 @@
137137
#define PAYLOAD_CLEAR 3
138138

139139
volatile int prompt = false;
140+
volatile int prompting = false;
141+
140142
char serial_string[128];
141143

144+
float get_cpu_temp();
145+
142146
//#define WAV_DATA_LENGTH (50000 * 8)
143147

144148
uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET;
@@ -219,6 +223,7 @@ void load_sstv_image_1_as_cam_dot_jpg();
219223
void load_sstv_image_2_as_cam_dot_jpg();
220224
void get_input();
221225
void transmit_led(bool status);
226+
void reset_min_max();
222227

223228
#ifndef STASSID
224229
#define STASSID "Pico"

0 commit comments

Comments
 (0)