moved to single repos

This commit is contained in:
Emmanuel Florent
2019-07-04 17:29:27 +02:00
parent c76e178b53
commit d503da6dff
175 changed files with 14230 additions and 597 deletions

View File

@@ -5,6 +5,7 @@ aliases:
- gettingstarted/programming/micropython.md
- chapter/gettingstarted/programming/micropython
---
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)