audio library and encoder

Status
Not open for further replies.

42loop

Member
hello everyone,

we just discovered that instantiating an encoder object from the encoder library completely crashes the audio functions.
is this the expected behaviour or are we doing something terribly wrong ?

grtx
 
Most probably an interrupt conflict. Try instantiating with different pin numbers, so that different GPIO interrupts are used.
 
Can confirm encoders+audio works since I have several projects using them, suggest posting a cutdown example code, and confirming that you are using the Teensy optimised encoder library.
 
hello there,
problem solved, used conflicting pin numbers, mixed up DIO numbers with board pins ;-|

greetz
 
Status
Not open for further replies.
Back
Top