Skip to content

Commit 58e67e6

Browse files
committed
Add ESP-IDF to supported frameworks in README
1 parent 29c7687 commit 58e67e6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ void loop() {
284284

285285
## サポートされているもの
286286
### サポートされるフレームワーク
287-
- Arduino
287+
- Arduino (Arduino-ESP32)
288+
- ESP-IDF (>=5.0)
288289

289290
将来的には Wire クラス等を直接使わず、全て M5HAL 経由で接続を行えるようになる予定です。
290291

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ void loop() {
285285

286286
## Supported things
287287
### Supported frameworks
288-
- Arduino
288+
- Arduino (Arduino-ESP32)
289+
- ESP-IDF (>=5.0)
289290

290291
In the future, all connections will be made through M5HAL, eliminating the need to use Wire class etc. directly.
291292

0 commit comments

Comments
 (0)