I am working on migrating a project from Teensy 3.6 to 4.1. It has two analog inputs:
Moreover, I noticed in the comments that A10 & A11 (pins 24 & 25) shouldn't be used for audio, and A12 & A13 (pins 26 & 27) shouldn't be used for analogRead, so now I am really worried about choosing the wrong inputs. I'm making a custom PCB, so it would be best to get it right the first time.
Also can the 4.1 take in good enough audio via the ADC, or do I need to move to I2S?
Thanks!
- Audio from an Adafruit Max9814 microphone, to FFT to flash LED's
- A thermistor input
Moreover, I noticed in the comments that A10 & A11 (pins 24 & 25) shouldn't be used for audio, and A12 & A13 (pins 26 & 27) shouldn't be used for analogRead, so now I am really worried about choosing the wrong inputs. I'm making a custom PCB, so it would be best to get it right the first time.
Also can the 4.1 take in good enough audio via the ADC, or do I need to move to I2S?
Thanks!