ROBOTIC COMPETITION PARIS 2017

Dependencies:   CMPS03 mbed

Fork of _test_suivi_mur by christophe vermaelen

Revision:
11:cb477f6ec781
Parent:
10:1a69a6f659bd
Child:
12:6151eb503170
diff -r 1a69a6f659bd -r cb477f6ec781 fct.h
--- a/fct.h	Thu Jun 01 07:54:55 2017 +0000
+++ b/fct.h	Thu Jun 01 08:18:04 2017 +0000
@@ -22,7 +22,7 @@
 extern CMPS03 boussole;
 
 
-extern int etat;
+extern int etat,t_set;
 extern int drap,flag1,flag2,flag3,flag4,flag5;
 extern float US1,US2,US3,AN1,AN2,US1_av,US2_av,US3_av,AN1_av,AN2_av; 
 extern float E_av,E,iE,E0,E1;
@@ -54,4 +54,5 @@
 
 float vitesse(float);
 
+
 #endif