diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-07-24 15:45:51 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-07-24 15:47:17 -0400 |
commit | 5b124d59f2213720288561b38441d0fc7d41b57f (patch) | |
tree | c4024c03cd6eb7e4747c75ae67d2b1569c1a8ec4 /config | |
parent | 70f765f62f328c426efcdb7808b7bc6c3375eb1b (diff) | |
download | kutter-5b124d59f2213720288561b38441d0fc7d41b57f.tar.gz kutter-5b124d59f2213720288561b38441d0fc7d41b57f.tar.xz kutter-5b124d59f2213720288561b38441d0fc7d41b57f.zip |
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>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 285006e4..be2dc5d7 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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. |