Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adc_temperature: Add support for linear interpolation of resistances | Kevin O'Connor | 2019-01-21 | 1 | -2/+49 |
* | adc_temperature: Split linear interpolation code into its own class | Kevin O'Connor | 2019-01-21 | 1 | -46/+60 |
* | adc_temperature: Move PrinterADCtoTemperature to adc_temperature.py | Kevin O'Connor | 2019-01-21 | 1 | -19/+37 |
* | adc_temperature: Minor whitespace changes | Kevin O'Connor | 2018-07-26 | 1 | -11/+12 |
* | adccmds: Add support for min/max temperature check filtering | Kevin O'Connor | 2018-07-02 | 1 | -1/+3 |
* | adc_temperature: Support defining custom sensors in the config file | Kevin O'Connor | 2018-04-09 | 1 | -0/+19 |
* | adc_temperatures: Add "PT100 INA826" sensor type | Kevin O'Connor | 2018-04-09 | 1 | -1/+13 |
* | adc_temperature: Support multiple ranges for ADC lookup | Kevin O'Connor | 2018-04-09 | 1 | -10/+54 |
* | heater: Move Thermistor and Linear to their own files in extras/ | Kevin O'Connor | 2018-04-04 | 1 | -0/+45 |