Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 雛形
- Host: GitHub
- URL: https://github.com/3110/atom-babies-platformio-template
- Owner: 3110
- Created: 2022-03-20T08:55:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T17:27:00.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T14:48:44.141Z (2 months 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
```