Closed MaxDtrc closed 4 years ago
Hi,
Apologies for the really late reply. The documentation is not ready yet, but hopefully the quick start reference could be helpful: https://microbit-foundation.github.io/microbit-fs/quick-guide.html
In essence this a library that can be used by web-based editors to add files, like python modules, into a micro:bit MicroPython hex file.
You can add this project as an npm dependency, or get the ES5 bundle from the GH Releases page to add directly as a <script>
tag into your web page/app.
Did that help?
Ok, thank you for the reply and for the help ! Have a nice day !
Le jeu. 7 mai 2020 à 17:35, Carlos Pereira Atencio notifications@github.com a écrit :
Hi,
Apologies for the really late reply. The documentation is not ready yet, but hopefully the quick start reference could be helpful: https://microbit-foundation.github.io/microbit-fs/quick-guide.html
In essence this a library that can be used by web-based editors to add files into a micro:bit MicroPython hex file.
You can add this project as an npm dependency, or get the ES5 bundle from the GH Releases https://github.com/microbit-foundation/microbit-fs/releases page to add directly as a Githubissues.
Githubissues is a development platform for aggregating issues.
Sorry if my question looks idiot, but ... How exactly can I use this library ? Thanks !