RP2040_Teleplot_C/Teleplot.h
2024-07-25 18:33:59 +02:00

6 lines
216 B
C

int Teleplot_init(void);
void teleplot_udp_send_string(char * message);
void Teleplot_add_variable_float_2decimal(char * nom_variable, float valeur);
void Teleplot_add_variable_int(char * nom_variable, int valeur);