index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
spi_temperature.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
serialhdl: Rename register_callback() to register_response()
Kevin O'Connor
2019-06-21
1
-1
/
+2
*
spi_temperature: MAX6675 and MAX31855 should use spi mode 0
Kevin O'Connor
2019-05-22
1
-4
/
+4
*
thermocouple: Define thermocouple types using enumerations
Kevin O'Connor
2019-03-17
1
-11
/
+5
*
spi_temperature: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-7
/
+8
*
heater: Rename add_sensor() to add_sensor_factory()
Kevin O'Connor
2019-02-25
1
-1
/
+1
*
spi_temperature: Fix order of init
Kevin O'Connor
2019-02-04
1
-3
/
+4
*
spi_temperature: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-16
/
+7
*
mcu: Rename add_config_object() to register_config_callback()
Kevin O'Connor
2018-09-03
1
-2
/
+2
*
pins: Explicitly pass can_invert and can_pullup to lookup_pin()
Kevin O'Connor
2018-07-26
1
-2
/
+1
*
spi_temperature: The query_thermocouple command is an init command
Kevin O'Connor
2018-07-24
1
-1
/
+1
*
spi_temperature: Provide a default value for spi_speed
Kevin O'Connor
2018-07-24
1
-1
/
+1
*
spi_temperature: Remove spi_mode parameter
Kevin O'Connor
2018-07-24
1
-4
/
+2
*
spi_temperature: Don't raise error on a fault - invoke a shutdown
Kevin O'Connor
2018-07-24
1
-24
/
+23
*
spi_temperature: Eliminate get_configs() callback
Kevin O'Connor
2018-07-24
1
-39
/
+33
*
spi_temperature: Eliminate self.chip_type variable
Kevin O'Connor
2018-07-24
1
-17
/
+12
*
spi_temperature: Eliminate check_faults() callback
Kevin O'Connor
2018-07-24
1
-15
/
+6
*
spi_temperature: Break up thermocouple code into individual classes
Kevin O'Connor
2018-07-24
1
-74
/
+115
*
spi_temperature: Use setup_minmax() to set the temperature range
Kevin O'Connor
2018-07-24
1
-8
/
+5
*
spi_temperature: Remove non-spi flags from SensorBase
Kevin O'Connor
2018-07-24
1
-50
/
+30
*
thermocouple: Add support for MAX6675 chip
Ricardo Amezquita
2018-07-24
1
-6
/
+15
*
thermocouple: Add initial support for common SPI temperature sensing chips
Kevin O'Connor
2018-07-24
1
-0
/
+350