実験講義資料
.vscode | 3 years ago | ||
images | 3 years ago | ||
img | 3 years ago | ||
src | 1 month ago | ||
.gitignore | 3 years ago | ||
Makefile | 4 years ago | ||
README.md | 3 years ago | ||
appendix.rst | 3 years ago | ||
arduino.rst | 4 years ago | ||
cheatsheet.txt | 4 years ago | ||
conclusion.rst | 4 years ago | ||
conf.py | 2 years ago | ||
faq.rst | 3 years ago | ||
git.rst | 1 month ago | ||
index.rst | 2 years ago | ||
intro.rst | 1 year ago | ||
make.bat | 4 years ago | ||
pre2021.rst | 2 years ago | ||
pre2022.rst | 2 years ago | ||
pre2023.rst | 1 year ago | ||
tutorial.rst | 1 month ago | ||
week1.rst | 1 month ago | ||
week2.rst | 3 years ago |
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