2023-04-28 21:51:43 +00:00
|
|
|
#include "pico/stdlib.h"
|
|
|
|
|
|
|
|
void temps_cycle_check();
|
|
|
|
void temps_cycle_reset();
|
|
|
|
void temps_cycle_display();
|
|
|
|
uint32_t temps_cycle_get_min();
|
2023-05-06 21:46:00 +00:00
|
|
|
uint32_t temps_cycle_get_max();
|
|
|
|
void set_debug_var(uint32_t variable);
|
|
|
|
void set_debug_varf(float variable);
|
|
|
|
void Monitoring_display();
|