Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of Lab_6_WaG by
Diff: stepper.h
- Revision:
- 41:9b293b14b845
- Parent:
- 39:abf211b17e3c
- Child:
- 42:6cba679a4ee4
--- a/stepper.h Fri Mar 23 21:24:26 2018 +0000 +++ b/stepper.h Tue Mar 27 16:34:17 2018 +0000 @@ -23,6 +23,7 @@ #define STP_CCW 1 #define STP_POS_UNKN -5 #define NUM_SENSORS 8 +#define MOTOR_DELAY 0.002 #include "mbed.h"