From cd4a3e1dfef7d9803aa726ef4c177a6d7d5e876d Mon Sep 17 00:00:00 2001 From: Joaquim Date: Mon, 19 Apr 2021 15:28:38 +0100 Subject: New Steps app Settings to set the steps goal More detail in Motion app New 42px Font --- src/components/motion/MotionController.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/motion/MotionController.h') diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h index 5881997f..d56fc7a5 100644 --- a/src/components/motion/MotionController.h +++ b/src/components/motion/MotionController.h @@ -8,9 +8,9 @@ namespace Pinetime { public: void Update(int16_t x, int16_t y, int16_t z, uint32_t nbSteps); - uint16_t X() const { return x; } - uint16_t Y() const { return y; } - uint16_t Z() const { return z; } + int16_t X() const { return x; } + int16_t Y() const { return y; } + int16_t Z() const { return z; } uint32_t NbSteps() const { return nbSteps; } bool ShouldWakeUp(bool isSleeping); -- cgit v1.2.3-70-g09d2