Replies: 2 comments 2 replies
-
Just to clarify, the chanels the board on the left is talking about, are not related to the MIDI channels of the code |
Beta Was this translation helpful? Give feedback.
0 replies
-
Control Surface doesn't change the pin numbers, it just calls I believe you should specify the GPIO number instead of the number after |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone give me a hint about how to name a PB (ADC) following the attached picture?
I have an old esp32 (ttgo) where the ADC used is the #12 (right side of the screenshoot) hence i used ths number in the code and it works fine.
Then on my new esp32-s3 (pic on the left side) the naming is a litle weird. I have checked the S3 documentation and i read it says some naming like ADC2_CH6 (this is the pin that u want to use) but it does not seem to work
I wonder if this is because the library is not ready for the new esp32 boards or if because i am using a wrong number
Thank you
Beta Was this translation helpful? Give feedback.
All reactions