]> git.earman.xyz Git - sensor-watch.git/commit
Monitor for LIS2DW accelerometer (#61)
authorKonrad Rieck <konrad@mlsec.org>
Sun, 3 Aug 2025 17:12:43 +0000 (19:12 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Aug 2025 17:12:43 +0000 (13:12 -0400)
commit22b11de6aeb6afeb2bc0fd49c5be72640965ccc8
tree201ea4d9447e4762e5ed21a38513a6c3dc8c8a70
parent0eb96a637c95e12f32587c4ecba0e6e94e85d8aa
Monitor for LIS2DW accelerometer (#61)

This watch face displays the current reading of the LIS2DW12 accelerometer.
The axis (x,y,z) can be selected using the alarm button. A long press on the
light button allows to configure the sensor, including its mode, data rate,
low power mode, bandwidth filtering, range, filter type, and low noise mode.

The watch face is mainly designed for experimenting with the sensor and
configuring it for other developing other watch faces.
movement_faces.h
watch-faces.mk
watch-faces/sensor/lis2dw_monitor_face.c [new file with mode: 0644]
watch-faces/sensor/lis2dw_monitor_face.h [new file with mode: 0644]