Correction du fichier main

This commit is contained in:
Samuel 2024-11-24 21:37:29 +01:00
parent c52b6b1b56
commit 8b4b3988b6

3
main.c
View File

@ -25,6 +25,7 @@ void setup(void){
void loop(void){ void loop(void){
printf("Exemple\n"); printf("Exemple\n");
teleplot_udp_send_string("t:2"); Teleplot_add_variable_int("t", 2);
Teleplot_envoie_tampon();
sleep_ms(1000); sleep_ms(1000);
} }