aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/angle.py
Commit message (Expand)AuthorAgeFilesLines
* bulk_sensor: Rename BulkDataQueue methodsKevin O'Connor2024-04-201-3/+3
* sensor_bulk: New C file with helper code for sending bulk sensor measurementsKevin O'Connor2024-01-191-2/+2
* sensor_angle: No need to send messages when stopping queriesKevin O'Connor2024-01-191-5/+2
* bulk_sensor: Simplify the registration of internal clients in BatchBulkHelperKevin O'Connor2023-12-261-7/+12
* bulk_sensor: Rework APIDumpHelper() to BatchBulkHelper()Kevin O'Connor2023-12-261-26/+25
* 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
* angle: Define BYTES_PER_SAMPLE and SAMPLES_PER_BLOCKKevin O'Connor2023-12-261-5/+10
* adxl345: No need to implement is_measuring()Kevin O'Connor2023-12-261-7/+0
* bulk_sensor: Add new BulkDataQueue classKevin O'Connor2023-12-261-17/+6
* angle: Simplify sequence upconversionKevin O'Connor2023-12-101-11/+9
* tmc2240: initial implementationAlex Voinea2023-03-011-1/+2
* angle: Add support for reading tle5012b chip registers (for debugging)Kevin O'Connor2022-03-291-0/+19
* angle: Initialize tle5012b chip variants to same configurationKevin O'Connor2022-03-291-1/+27
* angle: Report tle5012b temperatureKevin O'Connor2022-03-291-0/+9
* sensor_angle: Support TLE5012b frame counter for timingKevin O'Connor2022-03-291-7/+89
* angle: Initial support for angle sensor calibrationKevin O'Connor2022-03-291-2/+256
* sensor_angle: Add support for bulk querying of spi angle sensorsKevin O'Connor2022-03-291-0/+188