klipper/klippy
Kevin O'Connor 665ec5e987 spi_temperature: Fix incorrect max31856 spi initialization
Writes to the max31856 chip use "burst mode", so only one address
during the initialization sequence can be sent.  This fixes erroneous
"Cold Junction Fault" errors.

Reported by @NBouquain.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-11-23 09:58:42 -05:00
..
chelper itersolve: Convert iterative solver to use "secant method" 2020-11-02 12:07:23 -05:00
extras spi_temperature: Fix incorrect max31856 spi initialization 2020-11-23 09:58:42 -05:00
kinematics
clocksync.py
configfile.py configfile: report "save_config_pending" via get_status() (#3372) 2020-09-28 00:05:55 -04:00
console.py
gcode.py gcode: Don't log debugging output for unknown commands if command is blank 2020-09-17 21:46:00 -04:00
homing.py
klippy.py klippy: Remove import of unused threading module 2020-10-30 13:02:44 -04:00
mathutil.py
mcu.py mcu: Add support for setting reqclock in CommandQueryWrapper.send() 2020-10-29 12:00:28 -04:00
msgproto.py
parsedump.py
pins.py
queuelogger.py
reactor.py reactor: Record time of recent gc collection sweeps 2020-09-17 02:06:20 -04:00
serialhdl.py mcu: Add support for setting reqclock in CommandQueryWrapper.send() 2020-10-29 12:00:28 -04:00
stepper.py
toolhead.py toolhead: Fixed reporting of the kinematic limits 2020-10-14 12:42:15 -04:00
util.py
webhooks.py webhooks: Add "register_remote_method" endpoint 2020-11-04 18:32:30 -05:00