aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/angle.py
Commit message (Collapse)AuthorAgeFilesLines
* tmc2240: initial implementationAlex Voinea2023-03-011-1/+2
| | | | | Signed-off-by: Alex Voinea <voinea.dragos.alexandru@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* angle: Add support for reading tle5012b chip registers (for debugging)Kevin O'Connor2022-03-291-0/+19
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* angle: Initialize tle5012b chip variants to same configurationKevin O'Connor2022-03-291-1/+27
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* angle: Report tle5012b temperatureKevin O'Connor2022-03-291-0/+9
| | | | | | Export the tle5012b temperature readings when performing measurements. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sensor_angle: Support TLE5012b frame counter for timingKevin O'Connor2022-03-291-7/+89
| | | | | | | Use the tle5012b internal frame counter to calculate the time of each measurement. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* angle: Initial support for angle sensor calibrationKevin O'Connor2022-03-291-2/+256
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sensor_angle: Add support for bulk querying of spi angle sensorsKevin O'Connor2022-03-291-0/+188
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>