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.
2 parents 02cac32 + 19f225a commit 3f362f2Copy full SHA for 3f362f2
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