aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/motion/MotionController.h
diff options
context:
space:
mode:
authorFintasticMan <finlay.neon.kid@gmail.com>2023-08-27 18:15:21 +0200
committerGitHub <noreply@github.com>2023-08-27 18:15:21 +0200
commit0f9f606b78ffbb93b1365156d8492bbf4ee4995d (patch)
tree263f41ae22015f70fcf93eaea1f2f4cfddff4e70 /src/components/motion/MotionController.h
parent2b1eae7f597ea6c210b4c15a73ab5ba116fc5d2a (diff)
lowersleep: Implement Lower to Sleep functionality (#827)
Diffstat (limited to 'src/components/motion/MotionController.h')
-rw-r--r--src/components/motion/MotionController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h
index 1ad032b8..0aa7823e 100644
--- a/src/components/motion/MotionController.h
+++ b/src/components/motion/MotionController.h
@@ -46,6 +46,7 @@ namespace Pinetime {
bool ShouldShakeWake(uint16_t thresh);
bool ShouldRaiseWake() const;
+ bool ShouldLowerSleep() const;
int32_t CurrentShakeSpeed() const {
return accumulatedSpeed;