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: about 1 month ago
JSON representation
PlatformIO for VSCode 用 ATOM Babies 雛形
- Host: GitHub
- URL: https://github.com/3110/atom-babies-platformio-template
- Owner: 3110
- Created: 2022-03-20T08:55:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T17:27:00.000Z (about 4 years ago)
- Last Synced: 2025-05-14T09:13:02.580Z (about 1 year ago)
- Topics: atom-babies, m5atom, m5stack, platformio
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```