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 display_nums2 by
Diff: stepper.h
- Revision:
- 2:8a0f128f4be5
- Parent:
- 1:3d6796759d45
- Child:
- 4:a01cf485b9d9
--- a/stepper.h Fri Mar 09 15:53:04 2018 +0000 +++ b/stepper.h Fri Mar 09 18:37:09 2018 +0000 @@ -14,3 +14,6 @@ void stp_init(); void stp_step(int direction); +extern spi_cfg DRV8806; + +#endif \ No newline at end of file
