micropython-unicorn
micropython-unicorn copied to clipboard
MicroPython on Unicorn
Is this abandonware? I ask because nothing much has happened in the repo for years and the version of this software running on the MicroPython website is running a really...
I came across https://www.micropython.org/unicorn/ by accident today. I'm very impressed. Can't micropython-unicorn be what PyPy.js actually wanted to be? PyPy.js had the problem that it is simply too big: The...
1. Backspace doesn't work after first command is run 2. After running first command the first word of the next commands is doubled, which is even worse due to the...
please post update once it is possible to import libraries (sys,platform,io,re, ...)
I tried importing timer from machine to test it and see how it works, but the module is not a part of the machine directory. `import machine print(dir(machine))` When I...