Clamps Dictionary
ssensor-set-delta
Function
(ssensor-set-delta id lsb-value)
Set the send-delta motion threshold on sensor id in raw LSB units. The firmware compares the squared Euclidean magnitude of the acceleration change against lsb-value squared, so supply the threshold directly in LSB units – the squaring is done on the sensor. 0 disables the gate. Default: 512 LSB (~0.0625g change).
Arguments
id |
Integer in the range [1..127] denoting the id of the sensor. |
lsb-value |
Number for the delta threshold in raw LSB units. 0 = disable. |