10 lines
315 B
C
10 lines
315 B
C
int Teleplot_init(void);
|
|
void Teleplot_send_string(char * message);
|
|
void Teleplot_envoie_tampon(void);
|
|
void Teleplot_add_variable_float_2decimal(char * nom_variable, float valeur);
|
|
void Teleplot_add_variable_int(char * nom_variable, int valeur);
|
|
|
|
void Teleplot_fige_temps(void);
|
|
void Teleplot_relache_temps(void);
|
|
|