We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3625afa commit 0c821f7Copy full SHA for 0c821f7
1 file changed
docs/library/machine.rst
@@ -156,7 +156,22 @@ Constants
156
Classes
157
-------
158
159
-.. toctree::
+.. only:: not port_wipy
160
+
161
+ .. toctree::
162
+ :maxdepth: 1
163
164
+ machine.I2C.rst
165
+ machine.Pin.rst
166
+ machine.RTC.rst
167
+ machine.SPI.rst
168
+ machine.Timer.rst
169
+ machine.UART.rst
170
+ machine.WDT.rst
171
172
+.. only:: port_wipy
173
174
175
:maxdepth: 1
176
177
machine.ADC.rst
0 commit comments