aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-07-24 15:49:14 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-07-24 15:49:14 -0400
commit63dffd9307f4a1e69a40df69ad1f7c6bc7e6929f (patch)
tree17284fdbafcf59962a21e77b25459e96ee8ffbea /config/example-extras.cfg
parent5b124d59f2213720288561b38441d0fc7d41b57f (diff)
downloadkutter-63dffd9307f4a1e69a40df69ad1f7c6bc7e6929f.tar.gz
kutter-63dffd9307f4a1e69a40df69ad1f7c6bc7e6929f.tar.xz
kutter-63dffd9307f4a1e69a40df69ad1f7c6bc7e6929f.zip
spi_temperature: Provide a default value for spi_speed
All of the Maxim chips support a 4Mhz spi transfer rate, so use that as a default spi speed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index be2dc5d7..8dcec27f 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -639,9 +639,9 @@
# heater parameters. The parameters below describe sensor parameters.
#sensor_type:
# One of "MAX6675", "MAX31855", "MAX31856", or "MAX31865".
-#spi_speed:
+#spi_speed: 4000000
# The SPI speed (in hz) to use when communicating with the chip.
-# This parameter must be provided.
+# The default is 4000000.
#sensor_pin:
# The chip select line for the sensor chip. This parameter must be
# provided.