Browse Source

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

pull/4641/head
rhubarbdog 6 years ago
committed by Damien George
parent
commit
869a8b70ce
  1. 1
      tools/pyboard.py

1
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()

Loading…
Cancel
Save