実験講義資料

@Motoki Motoki authored on 25 Feb
.vscode fix comment 3 years ago
images sound speakerhat coin 3 years ago
img for 2022 arduino-cli 3 years ago
src 2024 1 month ago
.gitignore modify ignore 3 years ago
Makefile make live 4 years ago
README.md Update README.md 3 years ago
appendix.rst for 2022 arduino-cli 3 years ago
arduino.rst week1 4 years ago
cheatsheet.txt figure2 4 years ago
conclusion.rst week1 4 years ago
conf.py 2023 2 years ago
faq.rst faq 3 years ago
git.rst 2024 1 month ago
index.rst 2023 2 years ago
intro.rst 2024 sono1 1 year ago
make.bat first commit 4 years ago
pre2021.rst 2023 2 years ago
pre2022.rst 2023 2 years ago
pre2023.rst 2024 sono1 1 year ago
tutorial.rst 2024 1 month ago
week1.rst 2024 1 month ago
week2.rst faq 3 years ago
README.md

m5stickcplus doc & demo samples

サンプル実行方法

cd src
./Upload.sh
(srcフォルダ中の.ino ファイルを番号で指定すると、TestBuild/TestBuild.ino
  にコピーし、ビルドとアップロードを行う)

参考:ドキュメントのビルド方法

Sphinx の初期設定と、HTMLビルド

pip3 install sphinx-rtd-theme
pip3 install sphinx-copybutton

make html

ファイルの修正を検知して自動コンパイルする場合

pip3 install sphinx_autobuild
make live

ライセンス

  • MITライセンス
  • (c) 2022 Motoki Miura