Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi, I'm trying to use an adafruit neopixel library. I have a problem with compilation. If I use online compiler, everithing is fine.(i.e the LEDS ar well displayed)
If I take exactly the same code and I use CLI, there is a bug (number of LEDS and colors are false) .
If I choose to export project from compiler to GCC ARM there is still an other problem
I use mbed os 5.12.2
I think the difference is cause big a specific compilation flags but can't find which one...
You will find the code attached below
/media/uploads/goby87/neopixel.h
/media/uploads/goby87/neopixel.cpp
/media/uploads/goby87/main.cpp
/media/uploads/goby87/colorspace.h
/media/uploads/goby87/colorspace.cpp
Thanks for your help