fix a bug or two

This commit is contained in:
Andrew Malota
2017-11-30 18:58:47 -06:00
parent 87778d8c2b
commit e95a61fe3e
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -39,9 +39,9 @@ gpio_door = 18
# max31855 - bitbang SPI interface
# max31855spi - kernel SPI interface
# max6675 - bitbang SPI interface
max31855 = 0
max31855 = 1
max6675 = 0
max31855spi = 1
max31855spi = 0
### Thermocouple Connection (using bitbang interfaces)
gpio_sensor_cs = 27
@@ -51,6 +51,9 @@ gpio_sensor_data = 17
### Thermocouple SPI Connection (using adafrut drivers + kernel SPI interface)
spi_sensor_chip_id = 0
### amount of time, in seconds, to wait between reads of the thermocouple
sensor_time_wait = .5
########################################################################
#