We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8133c4 commit 6d5a549Copy full SHA for 6d5a549
1 file changed
docs/library/pyb.SPI.rst
@@ -33,9 +33,9 @@ Constructors
33
34
.. class:: pyb.SPI(bus, ...)
35
36
- Construct an SPI object on the given bus. ``bus`` can be 1 or 2.
37
- With no additional parameters, the SPI object is created but not
38
- initialised (it has the settings from the last initialisation of
+ Construct an SPI object on the given bus. ``bus`` can be 1 or 2, or
+ 'X' or 'Y'. With no additional parameters, the SPI object is created but
+ not initialised (it has the settings from the last initialisation of
39
the bus, if any). If extra arguments are given, the bus is initialised.
40
See ``init`` for parameters of initialisation.
41
0 commit comments