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 cd7909a commit cf3f0f7Copy full SHA for cf3f0f7
adafruit_bus_device/spi_device.py
@@ -31,6 +31,9 @@ class SPIDevice:
31
DigitalInOut API.
32
:param bool cs_active_value: Set to true if your device requires CS to be active high.
33
Defaults to false.
34
+ :param int baudrate: The SPI baudrate
35
+ :param int polarity: The SPI polarity
36
+ :param int phase: The SPI phase
37
:param int extra_clocks: The minimum number of clock cycles to cycle the bus after CS is high.
38
(Used for SD cards.)
39
0 commit comments