Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 Feather V2 doesn't have the default pin set but also doesn't define ARDUINO_FEATHER_ESP32 #172

Open
hairybaboon opened this issue Jun 25, 2022 · 0 comments

Comments

@hairybaboon
Copy link

#if defined(ARDUINO_FEATHER_ESP32) // Feather Huzzah32

I have an ESP32 Feather V2. I have the pins 14,15,32 on my board, not the 10,9,8 that the default example uses. I had assumed the #define for ARDUINO_FEATHER_ESP32 would exist, but a print statement shows I was using the default 10,9,8 sequence. Is this #define too narrow for all ESP32 boards you make, or due to pin # problems do you have to specially cater each pin set per board? If the latter, it would be good for the tutorial here to tell us to not rely on the #defines for board type and just modify the default pins to the ones we choose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant