Commit 869a8b70 authored by rhubarbdog's avatar rhubarbdog Committed by Damien George

tools/pyboard.py: Add missing line from example usage comments.

parent dce785cc
...@@ -47,6 +47,7 @@ Or: ...@@ -47,6 +47,7 @@ Or:
Then: Then:
pyb.enter_raw_repl() pyb.enter_raw_repl()
pyb.exec('import pyb')
pyb.exec('pyb.LED(1).on()') pyb.exec('pyb.LED(1).on()')
pyb.exit_raw_repl() pyb.exit_raw_repl()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment