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:
- 62:b73067127fd6
- Parent:
- 60:604c10531f58
- Child:
- 69:1b7271bd4a75
--- a/stepper.cpp Tue Apr 17 12:47:32 2018 +0000 +++ b/stepper.cpp Tue Apr 17 16:14:30 2018 +0000 @@ -59,7 +59,7 @@ cal_button.mode(PullUp); home_sensor.mode(PullUp); for (int i = 1; i <= TGT_SENSOR_QUAN; i++) { - //stp_sensor_pos[i] = STP_POS_UNKN; + stp_sensor_pos[i] = STP_POS_UNKN; } }