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 bad10a9 commit 0d55b6dCopy full SHA for 0d55b6d
adafruit_bus_device/spi_device.py
@@ -21,7 +21,8 @@ class SPIDevice:
21
:param ~busio.SPI spi: The SPI bus the device is on
22
:param ~digitalio.DigitalInOut chip_select: The chip select pin object that implements the
23
DigitalInOut API.
24
- :param bool cs_active_value: Set to true if your device requires CS to be active high. Defaults to false.
+ :param bool cs_active_value: Set to true if your device requires CS to be active high.
25
+ Defaults to false.
26
:param int extra_clocks: The minimum number of clock cycles to cycle the bus after CS is high.
27
(Used for SD cards.)
28
0 commit comments