aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/adc_scaled.py
Commit message (Collapse)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-17/+28
|
* mcu: Rename setup_minmax() to setup_adc_sample()Kevin O'Connor2024-06-211-4/+2
| | | | | | | Rename this method so that it is more distinct from the the common temperature setup_minmax() method. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* adc_scaled: Add support for Duet2 Maestro "vref monitoring"Kevin O'Connor2020-09-091-0/+79
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>