From f993311830df3ebe1d6ff4022aa3019a55f9bbd7 Mon Sep 17 00:00:00 2001 From: Finlay Davidson Date: Sun, 5 Mar 2023 14:53:49 +0100 Subject: shakewake: Fix names according to style guide --- src/components/motion/MotionController.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/components/motion/MotionController.h') diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h index 857bd45a..9006b2a6 100644 --- a/src/components/motion/MotionController.h +++ b/src/components/motion/MotionController.h @@ -40,9 +40,13 @@ namespace Pinetime { return currentTripSteps; } - bool Should_ShakeWake(uint16_t thresh); + bool ShouldShakeWake(uint16_t thresh); bool Should_RaiseWake(bool isSleeping); - int32_t currentShakeSpeed(); + + int32_t CurrentShakeSpeed() const { + return accumulatedSpeed; + } + void IsSensorOk(bool isOk); bool IsSensorOk() const { @@ -70,8 +74,8 @@ namespace Pinetime { int16_t lastXForShake = 0; int16_t lastYForShake = 0; int16_t lastZForShake = 0; - int32_t accumulatedspeed = 0; + int32_t accumulatedSpeed = 0; uint32_t lastShakeTime = 0; }; } -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2