tools/pyboard.py: Add missing line from example usage comments.
This commit is contained in:
parent
dce785cc3d
commit
869a8b70ce
|
@ -47,6 +47,7 @@ Or:
|
|||
Then:
|
||||
|
||||
pyb.enter_raw_repl()
|
||||
pyb.exec('import pyb')
|
||||
pyb.exec('pyb.LED(1).on()')
|
||||
pyb.exit_raw_repl()
|
||||
|
||||
|
|
Loading…
Reference in New Issue