Skip to content

Commit 0d55b6d

Browse files
committed
Line too long
1 parent bad10a9 commit 0d55b6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_bus_device/spi_device.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class SPIDevice:
2121
:param ~busio.SPI spi: The SPI bus the device is on
2222
:param ~digitalio.DigitalInOut chip_select: The chip select pin object that implements the
2323
DigitalInOut API.
24-
:param bool cs_active_value: Set to true if your device requires CS to be active high. Defaults to false.
24+
:param bool cs_active_value: Set to true if your device requires CS to be active high.
25+
Defaults to false.
2526
:param int extra_clocks: The minimum number of clock cycles to cycle the bus after CS is high.
2627
(Used for SD cards.)
2728

0 commit comments

Comments
 (0)