spi_temperature: Remove spi_mode parameter
All of the Maxim chips can use SPI mode 1, so no need to configure it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -639,9 +639,6 @@
|
||||
# heater parameters. The parameters below describe sensor parameters.
|
||||
#sensor_type:
|
||||
# One of "MAX6675", "MAX31855", "MAX31856", or "MAX31865".
|
||||
#spi_mode:
|
||||
# The SPI mode to use when communicating with the chip. This
|
||||
# parameter must be provided.
|
||||
#spi_speed:
|
||||
# The SPI speed (in hz) to use when communicating with the chip.
|
||||
# This parameter must be provided.
|
||||
|
||||
Reference in New Issue
Block a user