Using the Teensy 3.2
So I know there is an analogRead and Audio library conflict. In reference to page 649 of the K20P64 manual, this is due to conflicting ADC setup requirements for each, I am assuming. (without digging into the code for each)
but analogWrite/analogWriteResolution and the audio library should play nice together right? In reference to page 773/649 of the K20P64 manual, the only possible link between the ADC and PWM hardware would be a clock source, but the Flex Timers and the ADC module each have their own clock dividers, so this is a non-issue.
I want the Audio library to work on incoming audio to pin14 (A0) and have 3 pwm outputs for LED control at pins 5,6,9 on timer FTM0
So I know there is an analogRead and Audio library conflict. In reference to page 649 of the K20P64 manual, this is due to conflicting ADC setup requirements for each, I am assuming. (without digging into the code for each)
but analogWrite/analogWriteResolution and the audio library should play nice together right? In reference to page 773/649 of the K20P64 manual, the only possible link between the ADC and PWM hardware would be a clock source, but the Flex Timers and the ADC module each have their own clock dividers, so this is a non-issue.
I want the Audio library to work on incoming audio to pin14 (A0) and have 3 pwm outputs for LED control at pins 5,6,9 on timer FTM0