BareConductive/mpr121

dosn´t work togethe with Fastled or adafruit neopixel library

Closed this issue · 1 comments

Hi,
i love your library!
it tried with 3 different WS2812b LED Librarys, but it doesnt work with them...
(Fastled, Adafruit_Neopixel, Easyneopixels)

i can initialize the LEDs in setup{} and everything works, but when i try to change the LEDs in void{} the don´t respond anymore..

do you have a solution for that?

Thanks a lot!

found a solution:
i used pin 4 for the leds and pin 5 for the interrupt....

when i change the led pin to A0 everything works...