klipper/klippy/extras
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
..
display
__init__.py
ad5206.py
adc_scaled.py
adc_temperature.py
adxl345.py
bed_mesh.py
bed_screws.py
bed_tilt.py
bltouch.py
bme280.py
board_pins.py
bus.py mcu: Introduce new lookup_query_command() command wrapper 2020-02-20 13:24:53 -05:00
buttons.py
controller_fan.py
delayed_gcode.py
delta_calibrate.py
display_status.py
dotstar.py
endstop_phase.py
extruder_stepper.py
fan.py
fan_generic.py
filament_switch_sensor.py
firmware_retraction.py
force_move.py
gcode_arcs.py
gcode_button.py
gcode_macro.py
gcode_move.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
hall_filament_width_sensor.py
heater_bed.py
heater_fan.py
heater_generic.py
heaters.py heaters: Add sensors to printer.heaters.available_sensors even if no gcode_id 2020-11-01 20:09:16 -05:00
homing_heaters.py
homing_override.py
htu21d.py
idle_timeout.py
input_shaper.py
lm75.py
manual_probe.py
manual_stepper.py
mcp4018.py
mcp4451.py
mcp4728.py
multi_pin.py
neopixel.py
output_pin.py
pause_resume.py
pid_calibrate.py
print_stats.py
probe.py
quad_gantry_level.py
query_adc.py
query_endstops.py
replicape.py
resonance_tester.py
respond.py
safe_z_home.py
samd_sercom.py
screws_tilt_adjust.py
servo.py
shaper_calibrate.py
skew_correction.py
spi_temperature.py
static_digital_output.py
statistics.py
stepper_enable.py
sx1509.py
temperature_fan.py
temperature_sensor.py
thermistor.py
tmc.py
tmc2130.py
tmc2208.py
tmc2209.py tmc5160: diag0 support (#3159) 2020-08-09 08:17:51 -04:00
tmc2660.py
tmc5160.py
tmc_uart.py
tsl1401cl_filament_width_sensor.py
tuning_tower.py
verify_heater.py
virtual_sdcard.py
z_tilt.py