Closed ZanderBrown closed 7 years ago
Based on discussions at https://github.com/mu-editor/mu/pull/264
Sample usage:
import uflash uflash.flash(python_script="from microbit import *\ndisplay.scroll('Hello, World!')".encode('utf-8'))
Unfortunately i haven't included any additional tests as they are not my strong point.
I added a very simple test.
@ntoll thanks
Based on discussions at https://github.com/mu-editor/mu/pull/264
Sample usage:
Unfortunately i haven't included any additional tests as they are not my strong point.