From 918549a462f85e04c816402c927d6ba41dcbd594 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Wed, 11 Jun 2025 23:27:17 -0400 Subject: [PATCH] accelerometer status: documentation update --- watch-faces/sensor/accelerometer_status_face.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/watch-faces/sensor/accelerometer_status_face.h b/watch-faces/sensor/accelerometer_status_face.h index 2b152d5f..2e7bdce3 100644 --- a/watch-faces/sensor/accelerometer_status_face.h +++ b/watch-faces/sensor/accelerometer_status_face.h @@ -25,11 +25,13 @@ #pragma once /* - * Accelerometer Interrupt Counter + * Accelerometer Status / Settings * - * This is an experimental watch face for counting the number of interrupts that - * the Sensor Watch Motion acceleromoeter board fires. I expect it will be removed - * once we integrate accelerometer functionality more deeply into Movement. + * Meant to be used in conjunction with the activity_logging_face. Shows the current + * status of the accelerometer active/still status pin, and allows adjusting the + * motion threshold via a long press of ALARM. Note that this will not work without + * activity_logging_face in the lineup as activity_logging_face is the one that enables + * background accelerometer sensing. */ #include "movement.h"