Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sensor_bulk: Change maximum data size from 52 to 51 bytes | Kevin O'Connor | 2024-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Reduce the maximum data size from 52 bytes to 51 bytes. This will enable support for 2-byte response ids. This change would alter the behavior of the ldc1612 sensor support. Force an ldc1612 command name change so that users are alerted that they must rebuild the micro-controller code upon update of the host code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | sensor_bulk: New C file with helper code for sending bulk sensor measurements | Kevin O'Connor | 2024-01-19 | 1 | -0/+15 |
Refactor the low-level "bulk sensor" management code in the mcu. This updates the sensor_adxl345.c, sensor_mpu9250.c, sensor_lis2dw.c, and sensor_angle.c code to use the same "bulk sensor" messages. All of these sensors will now send "sensor_bulk_data" and "sensor_bulk_status" messages. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |