Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
odroid_go:micropython:02_hello_world [2018/07/16 11:11] joshua [Upload a module] |
odroid_go:micropython:02_hello_world [2018/07/23 14:05] (current) joshua ↷ Links adapted because of a move operation |
||
---|---|---|---|
Line 7: | Line 7: | ||
===== MicroPython for ODROID-GO ===== | ===== MicroPython for ODROID-GO ===== | ||
- | We're providing a module for MicroPython development: | + | We're providing a module for [[odroid_go: |
The module helps you **to control the components** on the board such as LCD, a lot of buttons, speaker, etc.\\ | The module helps you **to control the components** on the board such as LCD, a lot of buttons, speaker, etc.\\ | ||
This module should be included first.\\ | This module should be included first.\\ | ||
Line 61: | Line 61: | ||
<WRAP help round> | <WRAP help round> | ||
* To execute this module properly, make sure you've uploaded ODROID-GO module. And you have to upload the written file called **boot.py** using **rshell** or **ampy**. | * To execute this module properly, make sure you've uploaded ODROID-GO module. And you have to upload the written file called **boot.py** using **rshell** or **ampy**. | ||
- | * If you uploaded properly, MicroPython will execute **boot.py** when the device boots automatically. | + | * If you uploaded properly, |
* Please refer to setup guide to further information: | * Please refer to setup guide to further information: | ||
+ | * Or you also can do them in **REPL**. Write the codes line by line in order. | ||
</ | </ | ||
- | Upload the **boot.py** file using **rshell** or **ampy**, enter **REPL** prompt, and **restart** ODROID-GO.\\ | + | Upload the **boot.py** file using **rshell** or **ampy**, enter to **REPL** prompt, and **restart** ODROID-GO.\\ |
If the procedure goes well, you can see **" | If the procedure goes well, you can see **" | ||
Line 70: | Line 71: | ||
===== A completed example ===== | ===== A completed example ===== | ||
- | The complete example is available | + | The complete example is available |
- | * **PATH**: | + | * odroid_go/ |
Copy and paste to try the example.\\ | Copy and paste to try the example.\\ |