mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-25 21:06:17 +01:00
GitBook: [master] 105 pages and 326 assets modified
This commit is contained in:
committed by
gitbook-bot
parent
7f83446ce9
commit
764a0073d6
@@ -22,7 +22,7 @@ If you are using Atom, it is important to check at this point that Atom has succ
|
||||
If this is not the case you can press `alt-ctrl-r` on Windows/Linux or `ctrl-alt-cmd-l` on macOS, in order to reload Atom and fix the issue.
|
||||
{% endhint %}
|
||||
|
||||
4. Now that you have a project created, we need to add some files to it. A standard MicroPython project has the following structure:
|
||||
1. Now that you have a project created, we need to add some files to it. A standard MicroPython project has the following structure:
|
||||
|
||||
```text
|
||||
RGB-Blink
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Booting into MicroPython
|
||||
|
||||
@@ -10,7 +10,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.
|
||||
|
||||

|
||||

|
||||
|
||||
## Tips & Tricks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user