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/13 12:07] joshua [Hello World] |
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 59: | Line 59: | ||
After then, save and overwrite this code file as **boot.py** in the **ODROID-GO module installation directory**.\\ | After then, save and overwrite this code file as **boot.py** in the **ODROID-GO module installation directory**.\\ | ||
===== Upload a module ===== | ===== Upload a module ===== | ||
- | To execute this module properly, you' | + | <WRAP help round> |
- | If you upload | + | * To execute this module properly, |
- | 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 to **REPL** prompt, and **restart** ODROID-GO.\\ | ||
- | Upload the **boot.py** file using **rshell** or **ampy**, enter **REPL** prompt, and **restart** ODROID-GO.\\ | ||
If the procedure goes well, you can see **" | If the procedure goes well, you can see **" | ||
{{: | {{: | ||
===== A completed example ===== | ===== A completed example ===== | ||
- | The complete example is available | + | The complete example is available |
+ | * odroid_go/ | ||
+ | Copy and paste to try the example.\\ |