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

Dependents:   16A_Autopancakemaker

Revision:
1:ef0414c3ce83
Parent:
0:27b548e34acc
Child:
2:ad11f550b379
--- a/stepper.h	Mon Nov 01 18:16:11 2010 +0000
+++ b/stepper.h	Tue Nov 02 10:29:48 2010 +0000
@@ -37,9 +37,9 @@
  * #define ACCEL_OFF 0
  * #define SPEED 100
  * 
- * stepper x(P18,P21);
- * stepper y(P19,P22);
- * stepper z(P20,P23);
+ * stepper x(p18,p21);
+ * stepper y(p19,p22);
+ * stepper z(p20,p23);
  *
  * int main()
  * {