summaryrefslogtreecommitdiff
path: root/src/components/motion/MotionController.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-31 18:30:10 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-31 18:30:10 (GMT)
commit1e395850df59ed5406ea8472febeaf602ded5e80 (patch)
tree280a08d8b38e73fbe6950e537de3937ac12f9ba9 /src/components/motion/MotionController.h
parent6631fee198720c2710bbf09308b30e74c11814b0 (diff)
.
Diffstat (limited to 'src/components/motion/MotionController.h')
-rw-r--r--src/components/motion/MotionController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h
index a56991a..21bfbdb 100644
--- a/src/components/motion/MotionController.h
+++ b/src/components/motion/MotionController.h
@@ -25,6 +25,8 @@ namespace Pinetime {
return z;
}
+ int16_t G();
+
bool Should_RaiseWake(bool isSleeping);
void IsSensorOk(bool isOk);
bool IsSensorOk() const {