Hi everyone,
I'm using Flora RGB Smart NeoPixels with CPX (Circuit Playground Express) and I'm coding in Arduino. The problem is, since CPX has its own 10 RGB NeoPixels, when I'm adding extrenal Flora NeoPixels, the code is giving an error because both essentially have the same header file. CPX has Adafruit_CPlay_NeoPixel.h and Flora NeoPixel has Adafruit_NeoPixel.h containing essentially the same code. Therefore, I'm getting compilation error for having redundant code. Please check attached screenshots for reference. I can't remove any of them because then it gives a fatal error due to absence of a file. Please suggest.
Best,
Pallabi