summaryrefslogtreecommitdiffstatshomepage
path: root/tools/pyboard.py
diff options
context:
space:
mode:
authorrhubarbdog <33667064+rhubarbdog@users.noreply.github.com>2019-03-23 08:49:12 +0000
committerDamien George <damien.p.george@gmail.com>2019-03-26 16:52:41 +1100
commit869a8b70ce384be7c8ab7cfbde1de683ba2fc077 (patch)
tree292bbf7251f54ba95e431a131a98556d53ec0954 /tools/pyboard.py
parentdce785cc3d79f6145dc4d4411dbef00bc6d3d9bf (diff)
downloadmicropython-869a8b70ce384be7c8ab7cfbde1de683ba2fc077.tar.gz
micropython-869a8b70ce384be7c8ab7cfbde1de683ba2fc077.zip
tools/pyboard.py: Add missing line from example usage comments.
Diffstat (limited to 'tools/pyboard.py')
-rwxr-xr-xtools/pyboard.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pyboard.py b/tools/pyboard.py
index 86a07a151c..42b077de22 100755
--- a/tools/pyboard.py
+++ b/tools/pyboard.py
@@ -47,6 +47,7 @@ Or:
Then:
pyb.enter_raw_repl()
+ pyb.exec('import pyb')
pyb.exec('pyb.LED(1).on()')
pyb.exit_raw_repl()