Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-26* Move chipset class definitions into their own headerfile called chipsetsdanielgarcia@gmail.com
2013-04-21* Fix a handful of clock timing bugs in fastspi_bitbang.hdanielgarcia@gmail.com
2013-04-04Fix clock adjustment, fix timings for clockless chipsdanielgarcia@gmail.com
2013-04-03Preliminary support for alternate RGB color orderings. Also, scaling, which ...danielgarcia@gmail.com
2013-03-25True direct hardware SPI support on the teensy 3.0danielgarcia@gmail.com
2013-03-25Fix SM16716 support in the library for teensy3 and avr'sdanielgarcia@gmail.com
2013-03-12Add support for the SM16716 chipset and allow the SPI code to write out a sta...danielgarcia@gmail.com
2013-03-12Add a guard to the ws2801 definitions to ensure a minimum amount of time betw...danielgarcia@gmail.com
2013-03-05Pull select pin out of the SPI templates, instead have instantiations of the ...danielgarcia@gmail.com
2013-03-05Rename templated Pin class to FastPin and create non-templated Pin access cla...danielgarcia@gmail.com
2013-03-05Replace latch with select in class/template definitions - they mean two diffe...danielgarcia@gmail.com
2013-02-19Some more code/documentation cleanupdanielgarcia@gmail.com
2013-02-18Some timing adjustments for ws2811 - account for the fact that teensy 3 at 96...danielgarcia@gmail.com
2013-02-18Complete support for the teensy 3.0 platform:danielgarcia@gmail.com
2013-02-09* Fix latch handling in the SPI classes (lo when transmitting, hi when not)danielgarcia@gmail.com
2013-02-09update exampledanielgarcia@gmail.com
2013-02-08Added simple example codedanielgarcia@gmail.com