Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3110/atom-babies-platformio-template

PlatformIO for VSCode 用 ATOM Babies 雛形
https://github.com/3110/atom-babies-platformio-template

atom-babies m5atom m5stack platformio

Last synced: 12 days ago
JSON representation

PlatformIO for VSCode 用 ATOM Babies 雛形

Awesome Lists containing this project

README

        

# PlatformIO for VSCode 用 ATOM Babies 雛形

「Use this template」ボタンでクローンする場合,サブモジュールになっている ATOM Babies のライブラリ([https://github.com/3110/atom-babies-arduino](https://github.com/3110/atom-babies-arduino))がクローンされないので,クローンした後に以下を実行してください。

```bash
git submodule update --init --recursive
```