Skip to content

Commit dc02f97

Browse files
authored
fix SPIDevice docs
1 parent 3387edc commit dc02f97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared-bindings/adafruit_bus_device/SPIDevice.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
//|
4646
//| """
4747
//| Represents a single SPI device and manages locking the bus and the device address.
48+
//|
4849
//| :param ~busio.SPI spi: The SPI bus the device is on
4950
//| :param ~digitalio.DigitalInOut chip_select: The chip select pin object that implements the DigitalInOut API.
5051
//| :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

Comments
 (0)