トップ 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

ESP32-C6のプログラム開発

ESP32-C6のプログラム開発

 Arduino

1. ファイル→基本設定→設定→追加のボードマネージャのURL:

https://espressif.github.io/arduino-esp32/package_esp32_index.json

または

https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

開発版:

https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json

2. ライブラリのダウンロード

3. ライブラリの追加

スケッチ→ライブラリをインクルード→.ZIP形式のライブラリをインストール...

 2.でダウンロードしたファイルを設定する。

 webserver