aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/spi_temperature.py
Commit message (Expand)AuthorAgeFilesLines
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+1
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-1/+1
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-2/+2
* serialhdl: Rename register_callback() to register_response()Kevin O'Connor2019-06-211-1/+2
* spi_temperature: MAX6675 and MAX31855 should use spi mode 0Kevin O'Connor2019-05-221-4/+4
* thermocouple: Define thermocouple types using enumerationsKevin O'Connor2019-03-171-11/+5
* spi_temperature: Wrap code to 80 columnsKevin O'Connor2019-02-271-7/+8
* heater: Rename add_sensor() to add_sensor_factory()Kevin O'Connor2019-02-251-1/+1
* spi_temperature: Fix order of initKevin O'Connor2019-02-041-3/+4
* spi_temperature: Use bus.py helper code for spiKevin O'Connor2018-11-211-16/+7
* mcu: Rename add_config_object() to register_config_callback()Kevin O'Connor2018-09-031-2/+2
* pins: Explicitly pass can_invert and can_pullup to lookup_pin()Kevin O'Connor2018-07-261-2/+1
* spi_temperature: The query_thermocouple command is an init commandKevin O'Connor2018-07-241-1/+1
* spi_temperature: Provide a default value for spi_speedKevin O'Connor2018-07-241-1/+1
* spi_temperature: Remove spi_mode parameterKevin O'Connor2018-07-241-4/+2
* spi_temperature: Don't raise error on a fault - invoke a shutdownKevin O'Connor2018-07-241-24/+23
* spi_temperature: Eliminate get_configs() callbackKevin O'Connor2018-07-241-39/+33
* spi_temperature: Eliminate self.chip_type variableKevin O'Connor2018-07-241-17/+12
* spi_temperature: Eliminate check_faults() callbackKevin O'Connor2018-07-241-15/+6
* spi_temperature: Break up thermocouple code into individual classesKevin O'Connor2018-07-241-74/+115
* spi_temperature: Use setup_minmax() to set the temperature rangeKevin O'Connor2018-07-241-8/+5
* spi_temperature: Remove non-spi flags from SensorBaseKevin O'Connor2018-07-241-50/+30
* thermocouple: Add support for MAX6675 chipRicardo Amezquita2018-07-241-6/+15
* thermocouple: Add initial support for common SPI temperature sensing chipsKevin O'Connor2018-07-241-0/+350