Newer
Older
m5stickcplus / README.md
@miura250 miura250 on 7 Apr 2022 502 bytes Create README.md

m5stickcplus doc & demo samples

サンプル実行方法

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

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

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

make html

(ファイルの修正を検知して自動コンパイルする場合)
pip3 install sphinx_autobuild
make live