Pour Laure

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Couscousiste
Date:
Mon Nov 26 15:12:29 2018 +0000
Commit message:
Programme de test pour les secr?taire ;)

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Nov 26 15:12:29 2018 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+
+PwmOut PWMG(D6); //Sortie moteur gauche
+PwmOut PWMD(D8); //Sortie moteur droit
+DigitalIn Jack(D3); //Jack
+DigitalIn FinDeCourse(D2); //Fin de course
+AnalogIn  CapteurG(A1); //Capteur gauche
+AnalogIn  CapteurD(A2); //Capteur droite
+
+
+int main()
+{
+    
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Nov 26 15:12:29 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/mbed_official/code/mbed/builds/e95d10626187
\ No newline at end of file