Description
Hi everyone,
I got one of the XIAO BLE Sense - nRF52840 Boards and got compiling issues with fastLED.
My board library is the mbed-enabled version (Seeed nRF52 mbed-enabled board > Seeed XIAO BLE Sense - nRF52840) because it's the necessary board version to get the IMU to work properly.
Has anyone got this issue before?
I also tried the neopixel library, which works fine with this board.
I already looked through all nRF52 related issues here but had no luck.
Can I create a workaround where I "trick" fastLED into compiling without FastLED using any Hardware outputs?
I already got a lot of code from another project with a different platform/controller, and I want to use my old fastLED based code to fill the CRGB array and instead of using FastLED for the output, I copy the data to the neopixel structure.
Is this possible? And if so, how to implement this?
I also read about the planned implementation of a "null" platform, but also couldn't find more details about it.
Any help would be appreciated.
Best Regards