diff --git a/src/main.cpp b/src/main.cpp index 96f9621..0c577f5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -161,8 +161,12 @@ void rtc_init() { } -//void stop_compteur { -//} +void stop_compteur { + /*Pause counter*/ + pcnt_counter_pause(PCNT_TEST_UNIT); + /*Reset counter value*/ + pcnt_counter_clear(PCNT_TEST_UNIT); +} //void start_wifiAP { //} @@ -212,7 +216,7 @@ void vigie () { } if ( etat_bouton_wifi == HIGH && sem_wifi == true && millis() - wifi_minuteur > 5000 ) { stop_moteur(); - //stop_compteur(); + stop_compteur(); //start_wifiAP(); } } @@ -239,8 +243,8 @@ void setup() { } void loop (){ - // vigie (); - //pid (); - //compte_tour (); + vigie(); + pid(); + compte_tour(); delay(10000); }