A library for the Arduino motor shield board

Dependents:   HIDTympDeviceWithPIDController

Revision:
1:5f2774bf44a5
Parent:
0:f4e71504732d
--- a/ArduinoMotorShield.cpp	Tue Nov 05 20:28:36 2013 +0000
+++ b/ArduinoMotorShield.cpp	Thu Nov 07 12:44:13 2013 +0000
@@ -107,6 +107,8 @@
 
     if(startStop)
     {
+        this->_ENA_A = 1; //TODO: move. For enable the L298 in stepper mode
+        this->_ENA_B = 1; //TODO: move. For enable the L298 in stepper mode
         runTick.attach_us(this, &ArduinoMotorShield::runMotor, step_delay*1000); // the address of the function to be attached
     }
     else