diff --git a/docs/assets/img/product_pics/unit/unit_finger_03_en.png b/docs/assets/img/product_pics/unit/unit_finger_03_en.png index cb371ac9..28203921 100644 Binary files a/docs/assets/img/product_pics/unit/unit_finger_03_en.png and b/docs/assets/img/product_pics/unit/unit_finger_03_en.png differ diff --git a/docs/ja/core/m5stickc.md b/docs/ja/core/m5stickc.md index d539d4f7..93782f19 100644 --- a/docs/ja/core/m5stickc.md +++ b/docs/ja/core/m5stickc.md @@ -15,11 +15,26 @@ - 電源オン: 電源スイッチを2秒間押し続けます。 - 電源オフ: 電源オンの状態で電源スイッチを6秒間押し続けます。 -**メモ:** 販売用M5StickCのカラーはオレンジ色のみです。 +**メモ:** + +- M5StickCがサポートするボーレートは 1,200 ~ 115,200, 250K, 500K, 750K, 1,500K です。 + + ```path/to/esp32/[version]/boards.txt + # 表示されていないスピードを追加する場合は、以下のようにします。 + # 例)1,500Kを追加する場合は、boards.txt内で次の行を検索し、 + # 見つかった行の1行上に以下の2行を貼り付けます。 + # 検索する行 + pico32.menu.UploadSpeed.921600=921600 + # 貼り付ける行 + pico32.menu.UploadSpeed.1500000=1500000 + pico32.menu.UploadSpeed.1500000.upload.speed=1500000 + ``` + +- 販売用M5StickCのカラーはオレンジ色のみです。 ## 特徴 -- サポートプログラミング環境: Arduino, UIFlow (Blockly, MicroPython) +- サポートプログラミング環境: Arduino, UIFlow(Blockly, MicroPython) ## ピンマップ @@ -29,7 +44,7 @@
| ESP32 chip | GPIO10 | GPIO9 | GPIO37 | GPIO39 |
| 赤色LED | LED pin | |||
| 赤色LED | LEDピン | |||
| IR送信機 | 送信ピン | |||
| ボタンA | ボタンピン | |||
| ボタンB | ボタンピン |