avec thread

Dependencies:   mbed

Fork of T2_STM32 by Atechsys

Revision:
4:b01a3ce6ef01
Parent:
2:ab0ccf9bb38c
--- a/StepperMotor.h	Sun Jan 14 15:56:09 2018 +0000
+++ b/StepperMotor.h	Sun Jan 14 17:39:09 2018 +0000
@@ -29,7 +29,7 @@
   sPos_Max = Pos_Max;
   DigitalOut sstepin(sStepPin);
   DigitalOut sdirPin(sDirPin);
-  DigitalIn soriginsensor(sOriginSensor);
+  DigitalIn sOriginSensor(OriginSensor);
 } 
 
 StepperMotor::~StepperMotor(void){