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:
- 50:e3a03bc1e1a6
- Parent:
- 44:4c2ba5bbba67
- Child:
- 51:1eb60f0d2f03
--- a/stepper.h Tue Apr 03 16:31:18 2018 +0000 +++ b/stepper.h Tue Apr 03 17:14:03 2018 +0000 @@ -23,7 +23,8 @@ #define STP_CCW 1 #define STP_POS_UNKN -5 #define TGT_SENSOR_QUAN 8 -#define MOTOR_DELAY 0.002 +#define MOTOR_DELAY 0.003 +#define TURN_DELAY 0.01 #include "mbed.h"