mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-05-13 01:26:03 +02:00
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>