BareConductive / mpr121

Bare Conductive MPR121 Arduino Library
MIT License
83 stars 39 forks source link

dosn´t work togethe with Fastled or adafruit neopixel library #16

Closed flow1986 closed 4 years ago

flow1986 commented 4 years ago

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!

flow1986 commented 4 years ago

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...