mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
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>
This commit is contained in:
parent
5b124d59f2
commit
63dffd9307
3 changed files with 3 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue