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 e8bf5b5 commit 19f225aCopy full SHA for 19f225a
docs/examples/mock_demo.py
@@ -17,7 +17,7 @@
17
# Get a reference to mock pin 16 (used by the button)
18
btn_pin = Device.pin_factory.pin(16)
19
20
-# Drive the pin low (this is what would happen eletrically when the button is
+# Drive the pin low (this is what would happen electrically when the button is
21
# pushed)
22
btn_pin.drive_low()
23
sleep(0.1) # give source some time to re-read the button state
0 commit comments