You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Talking about byte size wasn't clear to a translator. Align the
terminology with upstream MicroPython. We also considered using "word"
but didn't have a strong view in favour of it and it's yet another
term.
Copy file name to clipboardExpand all lines: lang/en/typeshed/stdlib/microbit/spi.pyi
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ def init(
19
19
For correct communication, the parameters have to be the same on both communicating devices.
20
20
21
21
:param baudrate: The speed of communication.
22
-
:param bits: The size of bytes being transmitted. Currently only ``bits=8`` is supported. However, this may change in the future.
22
+
:param bits: The width in bits of each transfer. Currently only ``bits=8`` is supported. However, this may change in the future.
23
23
: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>`_.
0 commit comments