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

This commit is contained in:
rhubarbdog
2019-03-23 08:49:12 +00:00
committed by Damien George
parent dce785cc3d
commit 869a8b70ce

View File

@@ -47,6 +47,7 @@ Or:
Then:
pyb.enter_raw_repl()
pyb.exec('import pyb')
pyb.exec('pyb.LED(1).on()')
pyb.exit_raw_repl()