Page 1 of 1

LilyPad Simblee BLE Board and Adafruit Neopixel library

Posted: Sat Jul 29, 2017 7:13 pm
by lutolfr
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>