klipper/klippy/extras
Kevin O'Connor c3efcd9c8d bus: Set all SPI CS pins high before first config_spi message
If an SPI device is shared among many devices, then all the device's
CS pins should be set high prior to setting up the clk pin.
(Otherwise, there's a chance a device could interpret the clk pin
setup as part of a transmission.)

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-01-04 22:26:34 -05:00
..
display display: Fix handling of M117 command if lowercase 'm' is used 2019-01-02 17:34:56 -05:00
__init__.py
ad5206.py ad5206: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
adc_temperature.py
bed_mesh.py bed_mesh: Introduce fade_target option 2018-11-30 11:37:21 -05:00
bed_tilt.py
bltouch.py bltouch: Issue both a "reset" and a "pin_up" after a successful probe 2018-12-16 11:06:46 -05:00
bus.py bus: Set all SPI CS pins high before first config_spi message 2019-01-04 22:26:34 -05:00
buttons.py
delta_calibrate.py
endstop_phase.py
fan.py
force_move.py
gcode_macro.py
heater_bed.py heater: take a gcode_id when setting up a heater (#1028) 2019-01-02 17:44:02 -05:00
heater_fan.py
homing_override.py
idle_timeout.py
mcp4451.py mcp4451: Minor update - remove unnecessary mcu import 2018-11-24 00:36:49 -05:00
mcp4728.py mcp4728: Add initial support for the mcp4728 i2c dac chip 2019-01-02 18:17:56 -05:00
multi_pin.py
output_pin.py
pid_calibrate.py
probe.py bltouch: Add initial support for a bltouch "extras" module 2018-11-30 11:34:20 -05:00
quad_gantry_level.py
query_endstops.py
replicape.py replicape: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
respond.py respond: An extra for sending messages to the printer host. (#1053) 2019-01-02 17:45:35 -05:00
servo.py servo: This patch create ability to enable/disable attached servo. (#880) 2018-11-14 09:38:09 -05:00
spi_temperature.py spi_temperature: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
static_digital_output.py
statistics.py
sx1509.py sx1509: Relax restrictions on SX1509 pins (#836) 2018-10-30 18:08:12 -04:00
temperature_fan.py
thermistor.py thermistor: Avoid divide by zero error if min_temp=-273.15 2019-01-04 12:47:37 -05:00
tmc2130.py tmc2130: Use bus.py helper code for spi 2018-11-21 12:12:31 -05:00
tmc2208.py tmc2208: error raise fixed for rx/tx mcu check 2018-12-27 11:44:41 -05:00
tmc2660.py tmc2660: error and whitespace fixes 2018-12-27 11:44:41 -05:00
verify_heater.py
virtual_sdcard.py
z_tilt.py