simple library for applying number of steps, direction, speed and a linear acceleration-deceleration to a Stepper Motor Controller

Dependents:   16A_Autopancakemaker

Revision:
2:ad11f550b379
Parent:
1:ef0414c3ce83
--- a/stepper.cpp	Tue Nov 02 10:29:48 2010 +0000
+++ b/stepper.cpp	Wed Nov 03 18:41:28 2010 +0000
@@ -26,7 +26,7 @@
 #define START_STOP_SPEED 300
 
 // define Library version number
-#define VERSION 0.2
+#define VERSION 0.3
 
 // led4, used for testing the direction signal
 DigitalOut led4(LED4);