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.
Fork of initExoVars by
Revision 13:268f4564a809, committed 2015-07-02
- Comitter:
- nathanhonka
- Date:
- Thu Jul 02 21:38:21 2015 +0000
- Parent:
- 12:3a5a9bbf1c93
- Commit message:
- Corrected header file include guards (did not encapsulate entire header).
Changed in this revision
| initExoVars.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3a5a9bbf1c93 -r 268f4564a809 initExoVars.h --- a/initExoVars.h Tue Jun 30 05:04:17 2015 +0000 +++ b/initExoVars.h Thu Jul 02 21:38:21 2015 +0000 @@ -124,8 +124,7 @@ extern float zero_ang_L; extern float zero_ang_R; - -#endif +extern void initializeExoIOs(); +void readCalib(); -extern void initializeExoIOs(); -void readCalib(); \ No newline at end of file +#endif \ No newline at end of file
