We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0b8ed commit a5f72b4Copy full SHA for a5f72b4
simpleio.py
@@ -229,7 +229,7 @@ def deinit(self):
229
class DigitalOut:
230
"""
231
Simple digital output that is valid until reload.
232
-
+
233
:param pin microcontroller.Pin: output pin
234
:param value bool: default value
235
:param drive_mode digitalio.DriveMode: drive mode for the output
@@ -250,7 +250,7 @@ def value(self, value):
250
class DigitalIn:
251
252
Simple digital input that is valid until reload.
253
254
:param pin microcontroller.Pin: input pin
255
:param pull digitalio.Pull: pull configuration for the input
256
0 commit comments