Forked PololuLedStrip and modified it to work with the KL25Z. Renamed it to Adafruit_NeoPixel.

Dependents:   idd_hw3 idd_fa15_hw3_lauren_bill_tomas idd_fa15_hw3_lauren_bill_tomas Raiden ... more

Fork of PololuLedStrip by David Grayson

Revisions of led_strip_write_color.s

Revision Date Message Actions
22:37bb26b6743c 2015-09-16 modified led_strip_write_color.s to work with kl25z 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