Why testing the library can be a nightmare sometimes. The chart below shows the types of LED control that the library supports (or plans to support) charted against the hardware platforms that are supported. (I could probably collapse the teensy 3.0/3.1 columns, but when I did the first version of the chart, there were enough differences that I had them separated out).
Not shown on here:
- the digix - this is, for FastLED’s purposes, just a due with more pins exposed
- AVR variations - probably when I start supporting UART SPI i’ll break them out, as different avr variants have different numbers of supported ports
- Arduino Zero - another arduino arm, based on the Atmel SamD21 which, from a first skim of the datasheet, is a pretty different beast from the Sam8x3 in the due
- any of the coming cortex-M7 platforms
(Also, note - the STM32 is the chip used in the SparkCore and the Maple, the NRF51xxx is used in the rfduino and red bear boards).
