This library lets you control the addressable RGB LED strips from Pololu Robotics. Forked to add selectable colour order (Support RGB or GRB Leds)

Fork of PololuLedStrip by David Grayson

Revisions of led_strip_write_color.s

Revision Date Message Actions
27:9a62663f3de2 2018-05-19 Added #define for RGB/GRB order for WS2811 and WS2812b based strips, respectively. Ideally this should be selectable per instance, but it's late, and I'm tired. File  Diff  Annotate
24:5c01a6fa1556 2016-09-09 Added a comment about the STM32F303K8.; File  Diff  Annotate
22:5368af3ff07d 2016-09-08 Updated the mbed library and fixed an incorrect assembly instruction. File  Diff  Annotate
21:87fd6273e0ff 2013-11-26 fixed a comment File  Diff  Annotate
20:656bbcb64e3b 2013-11-13 Swapped the order of red and green so it will work with the new WS2812B strips. File  Diff  Annotate
19:46d7ab0ba3e7 2013-10-09 Changed the timing so that this library only supports the high-speed strips now. File  Diff  Annotate
12:b6df8ac053c8 2013-03-01 Introduced the delay_fudges array. The code still works for the M0. File  Diff  Annotate
11:e00ba70ac54c 2013-03-01 Simplified the pushing and popping of LR. File  Diff  Annotate
10:f1bb84b97788 2013-03-01 Saved one cycle per bit by shifting the delays to the left in C. File  Diff  Annotate
9:6ffb85d69eaf 2013-03-01 Successfully transmitted colors on the M0. File  Diff  Annotate
8:1578776ceac5 2013-03-01 Changed the registers so that the push and pop commands can work on the Cortex M0 (LPC 11U24). There are still more things to fix though. File  Diff  Annotate
7:9a088f042ee0 2013-03-01 Things are still working well. File  Diff  Annotate
6:9d0530b7dae2 2013-03-01 Successfully read the delay amount from a table. File  Diff  Annotate
5:690fdfb595de 2013-03-01 It looks like the code is transmitting the right number of bits now. File  Diff  Annotate
4:d3b60bd43811 2013-02-28 Proof of the concept that we can achieve variable delays by jumping into a particular portion of a large subroutine with noops. File  Diff  Annotate
0:06475317f283 2013-02-27 Still working; File  Diff  Annotate