aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/adc_temperature.py
Commit message (Expand)AuthorAgeFilesLines
* klippy: Replace deprecated logger.warn with logger.warning (#6385)Thijs Triemstra2023-11-161-2/+2
* spi_temperature: Simplify and comment MAX31865 temperature calculationsKevin O'Connor2020-09-021-1/+1
* adc_temperature: Minor simplification of default sensor registrationKevin O'Connor2020-08-231-16/+15
* adc_temperature: Calculate "PT100 INA826" values from formulaKevin O'Connor2020-08-221-13/+7
* adc_temperature: Calculate PT1000 temperature/resistance pairs from formulaKevin O'Connor2020-08-221-4/+6
* adc_temperature: add support for AD597 (#3164)Bryan Boettcher2020-08-091-0/+9
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-3/+3
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-5/+5
* adc_temperature: Add builtin definition for PT1000 sensorsKevin O'Connor2020-03-051-2/+12
* query_adc: Add a new module to help query and debug analog pinsKevin O'Connor2019-11-071-0/+2
* adc_temperature: add support for AD849x thermocouple amplifiers (#1994)Geoff Shannon2019-10-101-2/+86
* adc_temperature: Minor comment updateKevin O'Connor2019-06-021-2/+2
* heater: Rename add_sensor() to add_sensor_factory()Kevin O'Connor2019-02-251-2/+2
* adc_temperature: Add support for linear interpolation of resistancesKevin O'Connor2019-01-211-2/+49
* adc_temperature: Split linear interpolation code into its own classKevin O'Connor2019-01-211-46/+60
* adc_temperature: Move PrinterADCtoTemperature to adc_temperature.pyKevin O'Connor2019-01-211-19/+37
* adc_temperature: Minor whitespace changesKevin O'Connor2018-07-261-11/+12
* adccmds: Add support for min/max temperature check filteringKevin O'Connor2018-07-021-1/+3
* adc_temperature: Support defining custom sensors in the config fileKevin O'Connor2018-04-091-0/+19
* adc_temperatures: Add "PT100 INA826" sensor typeKevin O'Connor2018-04-091-1/+13
* adc_temperature: Support multiple ranges for ADC lookupKevin O'Connor2018-04-091-10/+54
* heater: Move Thermistor and Linear to their own files in extras/Kevin O'Connor2018-04-041-0/+45