Commit b72a924
DEV-875 Generalise the LSM6DS3 non-wear derived-sensor bit to the LSM6DS family
Non-wear detection is being extended to the second-generation LSM6DSV accel
(SR68-9/10, SR61-5/6). The LSM6DS3 and LSM6DSV never coexist on one board, and
the Verisense derived-sensors mask is a purely in-process enable key (never
written to config bytes, DB, or cloud - unlike the frozen Shimmer3 namespace),
so the existing bit 1 is renamed NON_WEAR_DETECTION_LSM6DSX and shared by both
IMU generations rather than consuming a new bit. The old constant remains as a
deprecated alias for source compatibility with consumers of the published jar.
The algorithm-side change (merged LSM6DSX AlgorithmDetails with
SENSOR_CHECK_METHOD.ANY) lives in the ASM_PC repo.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 6a6bd1e commit b72a924
1 file changed
Lines changed: 8 additions & 1 deletion
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2651 | 2651 | | |
2652 | 2652 | | |
2653 | 2653 | | |
2654 | | - | |
| 2654 | + | |
| 2655 | + | |
| 2656 | + | |
| 2657 | + | |
| 2658 | + | |
| 2659 | + | |
| 2660 | + | |
| 2661 | + | |
2655 | 2662 | | |
2656 | 2663 | | |
2657 | 2664 | | |
| |||
0 commit comments