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.
Diff: Haptics.h
- Revision:
- 2:4f76784f8968
- Parent:
- 0:8c0ecbdd3449
diff -r 57b04a48e621 -r 4f76784f8968 Haptics.h --- a/Haptics.h Mon Feb 08 18:52:46 2016 +0000 +++ b/Haptics.h Thu Feb 25 00:19:46 2016 +0000 @@ -84,4 +84,7 @@ void Haptics_Off(); bool isHapticsOff(); +void LeavingOffModeHapticResponse(int ledFinalState); +void EnteringOffModeHapticResponse(); + #endif /* HAPTICS_H_ */