Fix for hack that worked around iOS app
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_ */