This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Porting Fastled library to nRF51422

Hi all,

I am developing firmwares for the nRF51422 under Eclipse with the ARM GCC toolchain.

I have a matrix of WS2812 (or neopixel) RGB LEDs that I am controlling using the code available here.

However, I would like to use the FastLED library that is tailored for the Arduino environment.

Is there a way to migrate the code of the FastLED library to my eclipse environment outside of the Arduino IDE (without using the wiring programming environment)?

I already tested the library on my device using the package provided by redbearlab but now I want to use FastLED completely outside of Arduino.

Best regards, Alex

Related