Touch Pins on Audiokit #628
-
Greetings Phil. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
All boards are reusing the same pins for different functions and it depends pretty much on your model (and used sd API) which conflicts you have! So in the end you need to choose which function you want to use (at the cost of the other) |
Beta Was this translation helpful? Give feedback.
-
I doubt it, but why don't you give it just a try... |
Beta Was this translation helpful? Give feedback.
-
As mentioned above it is in the board_def. For 5 it is in ai_thinker_es8388_3478. But why don't you just the SD example from the ESP32 standard examples by adding the SD initialization as described here |
Beta Was this translation helpful? Give feedback.
All boards are reusing the same pins for different functions and it depends pretty much on your model (and used sd API) which conflicts you have!
You can double check this in the pin definitions (and conflicts) of the board_def.h of your model.
So in the end you need to choose which function you want to use (at the cost of the other)