We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3311da5 + 6bea66e commit 6acffddCopy full SHA for 6acffdd
cubesatsim/cubesatsim.h
@@ -137,8 +137,12 @@
137
#define PAYLOAD_CLEAR 3
138
139
volatile int prompt = false;
140
+volatile int prompting = false;
141
+
142
char serial_string[128];
143
144
+float get_cpu_temp();
145
146
//#define WAV_DATA_LENGTH (50000 * 8)
147
148
uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET;
@@ -219,6 +223,7 @@ void load_sstv_image_1_as_cam_dot_jpg();
219
223
void load_sstv_image_2_as_cam_dot_jpg();
220
224
void get_input();
221
225
void transmit_led(bool status);
226
+void reset_min_max();
222
227
228
#ifndef STASSID
229
#define STASSID "Pico"
0 commit comments