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 WaG by
Diff: stepper.h
- Revision:
- 39:abf211b17e3c
- Parent:
- 36:ad2b3d6f0e5a
- Child:
- 41:9b293b14b845
--- a/stepper.h Fri Mar 23 19:32:39 2018 +0000 +++ b/stepper.h Fri Mar 23 20:16:24 2018 +0000 @@ -31,6 +31,6 @@ void stp_init(); void stp_step(int direction); void step_test(); -void stp_find_home() +void stp_find_home(); #endif \ No newline at end of file
