changements compte-tour & scribe

This commit is contained in:
pgp 2021-02-01 18:16:10 +01:00
parent 6ba8cdf544
commit 2a23b3cde1

View file

@ -50,7 +50,7 @@ DateTime now{rtc.now()};
////////////////////////////////
/* DÉFINITIONS DE LA CARTE SD */
////////////////////////////////
unsigned long intervalle_d_ecriture = 60000; // durée entre deux écritures sur la carte SD en micro secondes
unsigned long intervalle_d_ecriture = 60000; // durée entre deux écritures sur la carte SD en millisecondes
char horodatage[12]; //création du tableau pour contenir l'horodatage
char fichier[] = "/"; //tableau pour le nom de fichier
@ -336,6 +336,7 @@ void scribe_sd (){
pcnt_counter_clear(PCNT_TEST_UNIT);
pcnt_counter_resume(PCNT_TEST_UNIT);
start_chrono_scribe = millis();
Serial.println("balise sem scribe");
}
if ( sem_scribe == true && (millis() - start_chrono_scribe) >= intervalle_d_ecriture ){
char timestamp[] = "YY-MM-DD-hh:mm:ss";