Closed RetiredWizard closed 7 months ago
The SPIDevice initialization isn't using the passed in cs_active_value flag so for devices that use an active True chip select, the bus would be selected when the SPI device object is created rather than when it's used.
True
The SPIDevice initialization isn't using the passed in cs_active_value flag so for devices that use an active
True
chip select, the bus would be selected when the SPI device object is created rather than when it's used.