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:
- 58:69f9a4607a16
- Parent:
- 53:389fe53b2642
- Child:
- 76:7514ca07b45d
--- a/stepper.h Thu Apr 12 15:09:50 2018 +0000 +++ b/stepper.h Thu Apr 12 16:12:28 2018 +0000 @@ -36,5 +36,6 @@ void stp_find_home(); void stp_calibrate(int station, float * sensor_values, int * cal_status); void repeatability_test(int sensor_position, int cal_status); +void turn_to_target(int target); #endif \ No newline at end of file