We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3387edc commit dc02f97Copy full SHA for dc02f97
shared-bindings/adafruit_bus_device/SPIDevice.c
@@ -45,6 +45,7 @@
45
//|
46
//| """
47
//| Represents a single SPI device and manages locking the bus and the device address.
48
+//|
49
//| :param ~busio.SPI spi: The SPI bus the device is on
50
//| :param ~digitalio.DigitalInOut chip_select: The chip select pin object that implements the DigitalInOut API.
51
//| :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