2019-02-14 10:21:14 +08:00
|
|
|
# クイックスタート {docsify-ignore-all}
|
2018-12-25 16:04:58 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-05-06 18:11:08 +08:00
|
|
|
*このページはM5Stack開発のためのソフトウェア環境(**[Arduino](https://www.arduino.cc)** / **[UIFlow](http://flow.m5stack.com)**)構築支援のページです。開発方法や、ファームウェアやソースファイルをM5Stackに書き込む方法を簡単な例を通して説明していきます。*
|
2018-12-25 16:04:58 +08:00
|
|
|
|
2019-05-06 18:11:08 +08:00
|
|
|
<table>
|
|
|
|
|
<tr style="background:white">
|
|
|
|
|
<th> </th>
|
|
|
|
|
<th><img src="assets/img/getting_started_pics/m5stack_core.png"></th>
|
|
|
|
|
<th><img src="assets/img/getting_started_pics/m5stick.png"></th>
|
|
|
|
|
<th><img src="assets/img/getting_started_pics/m5stickc/m5stickc_06.png"></th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="background:white">
|
|
|
|
|
<td align="center"><strong>CORE</strong></td>
|
|
|
|
|
<td align="center"><strong>BASIC</strong> / <strong>GRAY</strong> / <strong>FIRE</strong> / <strong>M5GO</strong></td>
|
|
|
|
|
<td align="center"><strong>M5Stick</strong></td>
|
|
|
|
|
<td align="center"><strong>M5StickC</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="background:white">
|
|
|
|
|
<td rowspan="2" align="center"><strong>クイックスタート</strong></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="center"><a href="#/ja/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS">Arduino-Mac</a> / <a href="#/ja/quick_start/m5core/m5stack_core_get_started_Arduino_Windows">Arduino-Win</a> / <a href="#/ja/quick_start/m5core/m5stack_core_get_started_MicroPython">UIFlow</a></td>
|
|
|
|
|
<td align="center"><a href="#/ja/quick_start/m5stick/m5stick_quick_start_with_arduino_MacOS">Arduino-Mac</a> / <a href="#/ja/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows">Arduino-Win</a> / <a href="#/ja/quick_start/m5stick/m5stick_quick_start_with_uiflow">UIFlow</a></td>
|
|
|
|
|
<td align="center"><a href="#/ja/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows">Arduino-Win</a> / <a href="#/ja/quick_start/m5stickc/m5stickc_quick_start_with_uiflow">UIFlow</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|