release ATOM SPK and update some info

This commit is contained in:
Sean
2021-02-26 17:27:20 +08:00
parent 761e0649e7
commit 8a12fcd96d
221 changed files with 1393 additions and 884 deletions
@@ -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
"""