https://github.com/bbcmicrobit/micropython
- https://github.com/bbcmicrobit/micropython/commits/master
- https://github.com/bbcmicrobit/micropython/tree/09162c6b38d24f464db0fc1fbdf04658baaf9928
- https://github.com/bbcmicrobit/micropython/commits/version1
- https://github.com/bbcmicrobit/micropython/tree/e17de0954178d88aa2a1d70b6e6ebc43f5456607
- This will overwrite your scripts, so be sure to backup any existing code you wish to keep.
- Connect the micro:bit to your computer via USB and you should see a MICROBIT drive appear.
- Copy the v1.7.9 or v1.9.2 precompiled firmware
.hexfile to the MICROBIT drive and wait for board to reboot. - Use ufs to copy the
tm1637.pyscript to the flash. - Open the /examples folders and use
ufsto copy one of themain.pyscripts to the flash. - Reboot the micro:bit to run
main.py. - Edit
main.pyandufs putyour changes and reboot.
$ ufs put tm1637.py
$ ufs put examples/counter/main.py