Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang/en/typeshed/stdlib/microbit/spi.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def init(
For correct communication, the parameters have to be the same on both communicating devices.

:param baudrate: The speed of communication.
:param bits: The size of bytes being transmitted. Currently only ``bits=8`` is supported. However, this may change in the future.
:param bits: The width in bits of each transfer. Currently only ``bits=8`` is supported. However, this may change in the future.
:param mode: Determines the combination of clock polarity and phase - `see online table <https://microbit-micropython.readthedocs.io/en/v2-docs/spi.html#microbit.spi.init>`_.
:param sclk: sclk pin (default 13)
:param mosi: mosi pin (default 15)
Expand Down