aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/lis2dw.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-1/+2
* Run black on all first party python codeTomasz Kramkowski2025-08-061-38/+63
* lis2dw: if spi is used - disable i2cTimofey Titovets2025-05-261-0/+3
* lis3dh: increase scale from 8g to 16gWulfsta2025-04-281-3/+3
* sensor_lis2dw: remove commented code and fix formattingWulfsta2025-02-261-3/+0
* sensor_lis2dw: add lis3dh sensor and i2c communicationWulfsta2024-11-121-32/+93
* adxl345: Fix read_axes_map() for non-adxl345 accelerometersKevin O'Connor2024-04-291-1/+1
* bulk_sensor: Rework ChipClockUpdater class into FixedFreqReaderKevin O'Connor2024-04-201-20/+10
* bulk_sensor: Refactor ChipClockUpdater constructorKevin O'Connor2024-04-201-9/+5
* lis2dw: Use extract_samples() for sample timestamp calculationKevin O'Connor2024-04-201-33/+11
* sensor_lis2dw: No need to schedule start of bulk readingKevin O'Connor2024-01-191-11/+7
* bulk_sensor: Don't assume chip_clock is zero on start of queriesKevin O'Connor2024-01-191-1/+1
* sensor_bulk: New C file with helper code for sending bulk sensor measurementsKevin O'Connor2024-01-191-15/+6
* sensor_lis2dw: No need to send messages when stopping queriesKevin O'Connor2024-01-191-6/+2
* bulk_sensor: Simplify the registration of internal clients in BatchBulkHelperKevin O'Connor2023-12-261-2/+3
* bulk_sensor: Rework APIDumpHelper() to BatchBulkHelper()Kevin O'Connor2023-12-261-19/+14
* bulk_sensor: New add_mux_endpoint() helper function in APIDumpHelperKevin O'Connor2023-12-261-7/+3
* bulk_sensor: Move APIDumpHelper() from motion_report.py to bulk_sensor.pyKevin O'Connor2023-12-261-2/+2
* adxl345: Add a read_axes_map() helper functionKevin O'Connor2023-12-261-6/+1
* adxl345: No need to implement is_measuring()Kevin O'Connor2023-12-261-9/+0
* bulk_sensor: Add new ChipClockUpdater helper classKevin O'Connor2023-12-261-38/+11
* bulk_sensor: Add new BulkDataQueue classKevin O'Connor2023-12-261-16/+5
* bulk_sensor: New file with helper code for reading bulk sensorsKevin O'Connor2023-12-261-7/+7
* adxl345: Simplify sequence and limit_count upconversionKevin O'Connor2023-12-101-11/+7
* lis2dw12: Add support for lis2dw12 accelerometerbigtreetech2023-08-211-0/+265