public_notes/content/202309031354 ESP32.md

16 lines
No EOL
762 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 202309031354 ESP32
#ESP32
[[202308182205 ESP32 Selection Guide |202308182205 ESP32 Selection Guide]]
# ピンについて
- ssciのtracが役に立つ。どのピンがどのように使えるか? [esp32\_tips スイッチサイエンス](https://trac.switch-science.com/wiki/esp32_tips)
- ADCについての説明 [esp32\_tips スイッチサイエンス](https://trac.switch-science.com/wiki/esp32_tips#ADC%E3%82%A2%E3%83%8A%E3%83%AD%E3%82%B0%E5%85%A5%E5%8A%9B)
- UnoなどのAVR版Arduinoでは、pinModeを指定しない場合はデフォルトはInputだが、ESP32の場合は動作しない。確実に設定するように注意
## misc.
- [ESP32-S3 USB Hostの調査1えぬでんき](https://note.com/ndenki/n/n2bba54a9b3cc)