Is there a default config for standard ESP32 boards? #280
Closed
shan-mcarthur
started this conversation in
General
Replies: 1 comment
-
No unique default, you may check some pins_arduino.h in each variants folder: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many ESP32 dev boards come with a standard SPI config of MOSI=23, MISO=19, and SCK=18, but I did not see any default config listed for that.
https://randomnerdtutorials.com/esp32-spi-communication-arduino/#esp32-spi-pins
Beta Was this translation helpful? Give feedback.
All reactions