Switch thermocouple

pull/140/head
John Pickup 2023-06-23 11:40:42 +01:00
rodzic 7e07ea3994
commit 7883a39dd3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -50,8 +50,8 @@ max31856 = 1
# see lib/max31856.py for other thermocouple_type, only applies to max31856
# uncomment this if using MAX-31856
#thermocouple_type = MAX31856.MAX31856_S_TYPE
#thermocouple_type = MAX31856.MAX31856_R_TYPE # Sam's thermocouple
thermocouple_type = MAX31856.MAX31856_K_TYPE # test theromocouple
thermocouple_type = MAX31856.MAX31856_R_TYPE # Sam's thermocouple
#thermocouple_type = MAX31856.MAX31856_K_TYPE # test theromocouple
### Thermocouple Connection (using bitbang interfaces)
gpio_sensor_cs = 26