You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//| Represents a single SPI device and manages locking the bus and the device address.
56
56
//|
57
57
//| :param ~busio.SPI spi: The SPI bus the device is on
58
-
//| :param ~digitalio.DigitalInOut chip_select: The chip select pin object that implements the DigitalInOut API.
58
+
//| :param ~digitalio.DigitalInOut chip_select: The chip select pin object that implements the DigitalInOut API. ``None`` if a chip select pin is not being used.
59
59
//| :param bool cs_active_value: Set to true if your device requires CS to be active high. Defaults to false.
60
60
//| :param int extra_clocks: The minimum number of clock cycles to cycle the bus after CS is high. (Used for SD cards.)
0 commit comments