Hey all,
I am trying to connect up a FloraPixel to a Teensy++ 2.0. I can write and compile .C projects using make for the Teensy and that works just fine (I can blink it's onboard light the way I want to). When I switch to the Arduino IDE environment (after putting the Teensy hardware files in 1.0.3 as the pjrc website describes), I cannot seem to get the Teensy to work with the FloraPixel. I am sure it has something to do with the header files not being correct for the different AVR hardware (non-Flora).
I would be fine just using C or C++ for the Teensy, but I cannot seem to figure out which .h files are needed or which changes those .h files would need in order to work correctly together. Has anyone tried this already and succeeded? Can anyone point me in the right direction?

