Capteur_US

Dependencies:   mbed DRV8825

Revision:
3:3ba377aafdfd
Parent:
2:094c09903a9c
Child:
4:ad9b7355332e
--- a/main.cpp	Thu Jul 09 21:03:01 2020 +0000
+++ b/main.cpp	Wed Jul 15 17:51:04 2020 +0000
@@ -35,7 +35,7 @@
     ticker_US.attach(&captUS_trig,0.2); // On apelle cette fonction toutes 0.2 secondes
     ticker_affUS.attach(&affUltrasons,1.0);
     ticker_affcd.attach(&affCodeurs,1.0);
-    aff_cd[0]=!aff_cd[0];
+    //aff_cd[0]=!aff_cd[0];
     
     while(1) {}
 }