SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about a SparkFun product or board? This is the place to be.
By lutolfr
#195693
Has anyone gotten the Adafruit_NeoPixel library to work with the LilyPad Simblee? I am using the Arduino IDE Tools/Board setting of "Simblee". I am using the BareMinimum sketch. The only addition to the Bare Minimum sketch is the #include <Adafruit_NeoPixel.h>. I get several compile errors of the type error: 'timeValue' was not declared in this scope.
I eventually want to create a Simblee App using SimbleeForMobile.h library. I get the same errors in Bare Minimum, if I also #include <SimbleeForMobile.h>