]> git.earman.xyz Git - sensor-watch.git/commitdiff
accelerometer status: documentation update
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 12 Jun 2025 03:27:17 +0000 (23:27 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 12 Jun 2025 03:27:17 +0000 (23:27 -0400)
watch-faces/sensor/accelerometer_status_face.h

index 2b152d5f37cad845d704a8f7d2e8a227293f0453..2e7bdce39c76c7c67202b4b5492017da101c11d7 100644 (file)
 #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"