interrupt géré compil ok sans isr

Fork of T2_STM32 by Atechsys

Revision:
5:d6484db1ec5c
Parent:
2:ab0ccf9bb38c
Child:
6:6291f032e996
--- a/config.h	Sun Jan 14 17:39:09 2018 +0000
+++ b/config.h	Mon Feb 05 08:10:13 2018 +0000
@@ -1,8 +1,10 @@
 //Paramètres Ascenseur
-#define Lift_pinUp              27
-#define Lift_pinDown            26
-#define Lift_UpSensor           45
-#define Lift_MiddleSensor       42
+#define LIFTSTEPPIN            D0
+#define LIFTDIRPIN             D1
+#define LIFTCURRENTSENSOR      D2
+
+char Lift[3] = "D0";
+char Lift[
 
 //Paramètres Chariot
 #define Carriage_StepPin        6