aboutsummaryrefslogtreecommitdiffstats
path: root/src/sensor_mpu9250.c
Commit message (Expand)AuthorAgeFilesLines
* mpu: shutdown on i2c errorsTimofey Titovets2024-10-261-6/+12
* i2ccmds: abstract i2c dev from bus implementationTimofey Titovets2024-10-261-5/+4
* sensor_mpu9250: No need to schedule start of bulk readingKevin O'Connor2024-01-191-98/+27
* sensor_bulk: New C file with helper code for sending bulk sensor measurementsKevin O'Connor2024-01-191-34/+10
* sensor_mpu9250: No need to send messages when stopping queriesKevin O'Connor2024-01-191-9/+0
* sensor_mpu9250: Check for overflows on each query_mpu9250_status commandKevin O'Connor2024-01-071-10/+12
* sensor_mpu9250: Simplify mp9250_query()Kevin O'Connor2024-01-071-14/+10
* sensor_mpu9250: Fix timing in command_query_mpu9250_status()Kevin O'Connor2024-01-071-8/+9
* sensor_mpu9250: Fix or improve reliability (#6170)Dr. Matthew Swabey2023-04-191-48/+54
* mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometerbluesforte2022-06-161-0/+277