Skip to content

Commit cf3f0f7

Browse files
committed
Add additional documentation to docstring
1 parent cd7909a commit cf3f0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_bus_device/spi_device.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ class SPIDevice:
3131
DigitalInOut API.
3232
:param bool cs_active_value: Set to true if your device requires CS to be active high.
3333
Defaults to false.
34+
:param int baudrate: The SPI baudrate
35+
:param int polarity: The SPI polarity
36+
:param int phase: The SPI phase
3437
:param int extra_clocks: The minimum number of clock cycles to cycle the bus after CS is high.
3538
(Used for SD cards.)
3639

0 commit comments

Comments
 (0)