mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
release ATOM SPK and update some info
This commit is contained in:
@@ -116,7 +116,7 @@ Arduino IDEを開き、`新しいファイル(.ino)`を開き、`my_test.ino`と
|
||||
|
||||
そして以下のプログラムをコピーして、貼り付けし、実行してみましょう。
|
||||
|
||||
```arduino
|
||||
```clike
|
||||
#include <M5Stack.h>
|
||||
|
||||
// the setup routine runs once when M5Stack starts up
|
||||
|
||||
@@ -126,7 +126,7 @@ UiFlow画面右上から歯車マークの`settings`をクリックすると、
|
||||
|
||||
以下のコードをコピーして、`MicroPythonコードエリア`に貼り付けます。そして、右上から三角の`Run`ボタンをクリックします。
|
||||
|
||||
```Python
|
||||
```clike
|
||||
from m5stack import *
|
||||
from m5ui import *
|
||||
clear_bg(0x111111)
|
||||
|
||||
@@ -66,7 +66,7 @@ PCからM5Cloudでプログミングしたい場合は `cloud.m5stack.com` へ
|
||||
|
||||
それから次のコードを`faces.py`に貼り付けて保存します。
|
||||
|
||||
```Python
|
||||
```clike
|
||||
"""
|
||||
File name: faces.py
|
||||
|
||||
@@ -105,7 +105,7 @@ class Faces:
|
||||
|
||||
さらに以下のファイルを`main.py`に貼り付けて保存します。
|
||||
|
||||
```Python
|
||||
```clike
|
||||
"""
|
||||
File name: main.py
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user