aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/ldc1612.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-61/+102
* ldc_1612: Supports configurable external crystal frequency (#6734)XiaoK2025-03-291-5/+7
* sensor_bulk: Change maximum data size from 52 to 51 bytesKevin O'Connor2024-06-101-1/+1
* sensor_ldc1612: Halt homing if sensor reports a warningKevin O'Connor2024-05-211-4/+5
* sensor_ldc1612: Add support for chips with INTB line routed to mcuKevin O'Connor2024-05-211-2/+11
* bulk_sensor: Rework ChipClockUpdater class into FixedFreqReaderKevin O'Connor2024-04-201-20/+10
* bulk_sensor: Refactor ChipClockUpdater constructorKevin O'Connor2024-04-201-9/+5
* ldc1612: Use extract_samples() for sample timestamp calculationKevin O'Connor2024-04-201-22/+10
* probe_eddy_current: Initial support for PROBE commandKevin O'Connor2024-04-091-0/+21
* probe_eddy_current: Support calibrating Z height to sensor frequencyKevin O'Connor2024-04-091-3/+8
* ldc1612: Add LDC_CALIBRATE_DRIVE_CURRENT calibration commandKevin O'Connor2024-04-091-3/+45
* ldc1612: Initial host support for reading ldc1612 bulk sensor dataKevin O'Connor2024-04-091-0/+154