Neopixels and encoders

Status
Not open for further replies.
I have a circuit that uses 4 encoders, on pins
Code:
Encoder encoder[encoderN] = {{3, 2}, {5, 4}, {7, 6}, {10, 9}};
It uses the "Encoder.h" library. I'm trying to use some neopixels in the code, but whenever I move the encoders the leds flicker, get crazy. I think it's because of the interrupts. Is there a way to solve that?
I'm using teensy LC.
 
Status
Not open for further replies.
Back
Top