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 hapticFeedback by
Diff: hapticFeedback.h
- Revision:
- 1:06fef55a7268
- Parent:
- 0:ea2b9b15a433
diff -r ea2b9b15a433 -r 06fef55a7268 hapticFeedback.h --- a/hapticFeedback.h Fri Jun 26 22:59:18 2015 +0000 +++ b/hapticFeedback.h Thu Jul 02 21:38:15 2015 +0000 @@ -32,7 +32,8 @@ }; -#endif +extern void initializeHapticFeedback(int); +extern void hapticMaintenance(); -extern void initializeHapticFeedback(int); -extern void hapticMaintenance(); \ No newline at end of file + +#endif \ No newline at end of file
