fix a bug or two
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
|
||||
########################################################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user