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.cpp
- Revision:
- 78:84ce90a76594
- Parent:
- 77:73e1cf3a7284
--- a/stepper.cpp Thu Apr 26 16:12:09 2018 +0000 +++ b/stepper.cpp Fri Apr 27 20:14:21 2018 +0000 @@ -99,7 +99,7 @@ index++; wait(MOTOR_DELAY); spi_send(drv8806, turn[index]); - wait(TURN_DELAY); + //wait(TURN_DELAY); } else if (direction == STP_CCW) { if (stp_cur_pos != 0) { @@ -117,7 +117,7 @@ index--; wait(MOTOR_DELAY); spi_send(drv8806, turn[index]); - wait(TURN_DELAY); + //wait(TURN_DELAY); } wait(MOTOR_DELAY); }