changements compte-tour & scribe
This commit is contained in:
parent
6ba8cdf544
commit
2a23b3cde1
|
@ -50,7 +50,7 @@ DateTime now{rtc.now()};
|
||||||
////////////////////////////////
|
////////////////////////////////
|
||||||
/* DÉFINITIONS DE LA CARTE SD */
|
/* 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 horodatage[12]; //création du tableau pour contenir l'horodatage
|
||||||
char fichier[] = "/"; //tableau pour le nom de fichier
|
char fichier[] = "/"; //tableau pour le nom de fichier
|
||||||
|
|
||||||
|
@ -336,6 +336,7 @@ void scribe_sd (){
|
||||||
pcnt_counter_clear(PCNT_TEST_UNIT);
|
pcnt_counter_clear(PCNT_TEST_UNIT);
|
||||||
pcnt_counter_resume(PCNT_TEST_UNIT);
|
pcnt_counter_resume(PCNT_TEST_UNIT);
|
||||||
start_chrono_scribe = millis();
|
start_chrono_scribe = millis();
|
||||||
|
Serial.println("balise sem scribe");
|
||||||
}
|
}
|
||||||
if ( sem_scribe == true && (millis() - start_chrono_scribe) >= intervalle_d_ecriture ){
|
if ( sem_scribe == true && (millis() - start_chrono_scribe) >= intervalle_d_ecriture ){
|
||||||
char timestamp[] = "YY-MM-DD-hh:mm:ss";
|
char timestamp[] = "YY-MM-DD-hh:mm:ss";
|
||||||
|
|
Loading…
Reference in a new issue