summaryrefslogtreecommitdiff
path: root/src/components/motion/MotionController.h
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-09-28 03:50:08 (GMT)
committerTim Keller <geekboy1011@gmail.com>2022-01-04 02:00:02 (GMT)
commitd2510d7926227df36ff0dcb9fe1b5ea9d586596c (patch)
tree43cf0d085c203ddecf5abe8d975071ad04e9f763 /src/components/motion/MotionController.h
parent6d748206983ca1ae7c929fba58d62ddfdb365650 (diff)
Better Sensitivity UI, Calibration button added
Diffstat (limited to 'src/components/motion/MotionController.h')
-rw-r--r--src/components/motion/MotionController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h
index aee9e63..f80b11b 100644
--- a/src/components/motion/MotionController.h
+++ b/src/components/motion/MotionController.h
@@ -38,7 +38,7 @@ namespace Pinetime {
bool Should_ShakeWake(uint16_t thresh);
bool Should_RaiseWake(bool isSleeping);
-
+ int32_t currentShakeSpeed();
void IsSensorOk(bool isOk);
bool IsSensorOk() const {
return isSensorOk;