aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/icm20948.py
Commit message (Collapse)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-51/+74
|
* icm20948: Formatting refactorMRX80242025-04-031-29/+24
| | | | Signed-off-by: Maksim Bolgov maksim8024@gmail.com
* icm20948: Transition from 8g to 16g accels scaleMRX80242025-04-031-3/+3
| | | | | | During standard resonance measurements, the icm20948 in 8g mode may reach the accels max threshold. Signed-off-by: Maksim Bolgov maksim8024@gmail.com
* icm20948: Fix sample rate and accels scale selectionMRX80242025-04-031-0/+7
| | | | | | To set a value in the SET_ACCEL_CONFIG register, you must first go to BANK_2. Signed-off-by: Maksim Bolgov maksim8024@gmail.com
* icm20948: Add support for ICM20948 accelerometer (#6756)Paul Hansel2025-03-041-0/+171
Signed-off-by: Paul Hansel <github@paulhansel.com>