micro:bit filesystem library

microbit-fs logo

This library can be used to add files with Python code (or any other content) into a MicroPython hex file, ready to be loaded into a micro:bit.

The reverse process is also supported, being able to read the files encoded in the MicroPython filesystem from a hex file.

This library can also generate Universal Hex files to create a singe hex that can be loaded in any micro:bit board.

Read the Quick guide.

This documentation, as well as the rest of the source files located in the GitHub repository, is released under the MIT open source license.

SPDX-License-Identifier: MIT