aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/mpu9250.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpu9250: Use extract_samples() for sample timestamp calculationKevin O'Connor2024-04-201-30/+11
* sensor_mpu9250: No need to schedule start of bulk readingKevin O'Connor2024-01-191-10/+16
* 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-16/+6
* sensor_mpu9250: No need to send messages when stopping queriesKevin O'Connor2024-01-191-6/+2
* mpu9250: Fix incorrect use of time.sleep()Kevin O'Connor2024-01-071-3/+7
* 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-21/+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
* sensor_mpu9250: Fix or improve reliability (#6170)Dr. Matthew Swabey2023-04-191-1/+1
* mpu9250: add MPU6500 (#5767)Yifei Ding2022-11-191-4/+14
* mpu9250: Inline twos_complement() codeKevin O'Connor2022-06-201-10/+5
* mpu9250: Use adxl345.AccelCommandHelper directlyKevin O'Connor2022-06-201-70/+1
* mpu9250: Use adxl345.ClockSyncRegression directlyKevin O'Connor2022-06-201-49/+1
* mpu9250: Use adxl345.AccelQueryHelper directlyKevin O'Connor2022-06-201-73/+2
* mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometerbluesforte2022-06-161-0/+461