6 lines
216 B
C
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);
|
|
|