Fix erronous icon links

This commit is contained in:
Christian Ehlers
2020-06-22 20:11:01 +02:00
parent 9ac010bd0f
commit 9cb0bf7268
23 changed files with 50 additions and 39 deletions

View File

@@ -8,7 +8,7 @@ aliases:
Our boards work with [MicroPython](https://micropython.org/); a Python 3.5 implementation that is optimised to run on micro controllers. This allows for much faster and more simple development process than using C.
![](/gitbook/assets/micropython%20%281%29.jpg)
![](/gitbook/assets/micropython.jpg)
## Booting into MicroPython
@@ -16,7 +16,7 @@ When booting, two files are executed automatically: first `boot.py` and then `ma
The folder structure in `/flash` looks like the picture below. The files can be managed either using FTP or using the Pymakr Plugin.
![](/gitbook/assets/mp-filestructure%20%281%29.png)
![](/gitbook/assets/mp-filestructure.png)
## Tips & Tricks