test
This commit is contained in:
parent
6d4d3252c9
commit
112d21f24e
|
@ -339,8 +339,8 @@ void scribe_sd (){
|
|||
start_chrono_scribe = millis();
|
||||
}
|
||||
chrono_scribe = millis() - start_chrono_scribe;
|
||||
Serial.println("sem_scribe=");
|
||||
Serial.println(sem_scribe);
|
||||
//Serial.println("sem_scribe=");
|
||||
//Serial.println(sem_scribe);
|
||||
|
||||
if ( sem_scribe == true && chrono_scribe >= inter_ecriture ){
|
||||
//Serial.println("balise scribe");
|
||||
|
|
Loading…
Reference in a new issue