aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bulk_sensor.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-31/+73
* sensor_bulk: Change maximum data size from 52 to 51 bytesKevin O'Connor2024-06-101-1/+1
* bulk_sensor: Rename BulkDataQueue methodsKevin O'Connor2024-04-201-6/+6
* bulk_sensor: Rework ChipClockUpdater class into FixedFreqReaderKevin O'Connor2024-04-201-13/+26
* bulk_sensor: Refactor ChipClockUpdater constructorKevin O'Connor2024-04-201-9/+11
* adxl345: Move sample timestamp calculation to reusable codeKevin O'Connor2024-04-201-1/+26
* bulk_sensor: Don't assume chip_clock is zero on start of queriesKevin O'Connor2024-01-191-6/+10
* sensor_bulk: New C file with helper code for sending bulk sensor measurementsKevin O'Connor2024-01-191-14/+20
* bulk_sensor: Fix missing logging importKevin O'Connor2023-12-281-1/+1
* bulk_sensor: Add some module level documentationKevin O'Connor2023-12-261-0/+31
* bulk_sensor: Simplify the registration of internal clients in BatchBulkHelperKevin O'Connor2023-12-261-38/+28
* bulk_sensor: Rework APIDumpHelper() to BatchBulkHelper()Kevin O'Connor2023-12-261-25/+28
* bulk_sensor: Minor code reorg to _stop() in APIDumpHelper()Kevin O'Connor2023-12-261-19/+19
* bulk_sensor: New add_mux_endpoint() helper function in APIDumpHelperKevin O'Connor2023-12-261-10/+19
* bulk_sensor: Move APIDumpHelper() from motion_report.py to bulk_sensor.pyKevin O'Connor2023-12-261-0/+93
* bulk_sensor: Add new ChipClockUpdater helper classKevin O'Connor2023-12-261-0/+48
* bulk_sensor: Add new BulkDataQueue classKevin O'Connor2023-12-261-0/+20
* bulk_sensor: New file with helper code for reading bulk sensorsKevin O'Connor2023-12-261-0/+53