Hello there,
I can drive a NeoPixel with the digispark with no problem.
I can use the digiUSB with ease and everything is fine.
But I cannot use both.
include <Adafruit_NeoPixel.h>
//#include <DigiUSB.h>
For the NeoPixel to work I cannot include the DigiUSB lib...
When I compiled the program with both libs it uses 58% of the ram.
Any suggestion?
Thank you