FastLED-Sparkcore
FastLED-Sparkcore copied to clipboard
SparkCore specific port of FastLED
I think it's a similar matter as it was with #2 where the STM32F2xx controllers were not recognised. Now the Particle mesh devices are running on nRF52840.
Adds support for these pins on P1: - P1S0 - P1S1 - P1S2 - P1S3 - P1S4 - P1S5
Veryfing code using this library in Particle Build fails with this error: ``` FastLED/fastspi_bitbang.h:316:32: error: comparison between distinct pointer types 'NSFastLED::FastPin::port_ptr_t {aka volatile unsigned char*}' and 'NSFastLED::_ARMPIN::port_ptr_t {aka volatile long...
Including FastLED from Particle Build now produces an error that it previously did not: ``` FastLED/led_sysdefs_arm_stm32.h:36:32: error: conflicting declaration 'typedef volatile uint8_t RwReg' typedef volatile uint8_t RwReg
This will solve issue #15
Cannot seem to use RGB.control command anymore on photon due to the FastLED Library. command: RGB.control(true); // to gain control of the photon system led compile error: error: reference to...
On January 23, 2017, Particle introduced a new version of your firmware library manager, requiring that libraries be migrated from the old library structure (v1) to your new library structure...
I've been looking to use FastLED for many reasons, one of which is the power management functionality that was added in FastLED 3.1.1. If you get a moment, could you...
Using fastled 3.1.5 on particle photon via the build IDE, with a chain of 25 WS2801 based leds (adafruit 25 led bullet string). I have all leds on displaying white...