ADC icon indicating copy to clipboard operation
ADC copied to clipboard

teensy 4 examples not working

Open jnivard opened this issue 4 years ago • 2 comments

Hai The examples are not working correctly for teensy 4 I had to remove //#ifdef ADC_USE_TIMER in the timer example and than it is working ok. Also the other examples have the same problem. Arduino 1.8.13 Teensyduino, Version 1.53

jnivard avatar May 24 '21 11:05 jnivard

This problem persists on T4, T4.1 on all ADC DMA examples with new Arduino 1.8.15 Teensyduino, Version 1.54 https://forum.pjrc.com/threads/64432-Teensy-3-5-ADC_DMA-example-error?p=266054&viewfull=1#post266054 shows solution except the sketch too needs mod in the same way. Apparently the latest master branch is not in Teensyduino?

Mike4U avatar Jul 15 '21 22:07 Mike4U

No, in general it's best to use the latest version of the library, not the one in Teensyduino

pedvide avatar Nov 27 '22 20:11 pedvide