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

History

To my understanding, the common gpio library no longer supports gpio_init having three arguments where the third is the pin mode. Thus, I modified the PololuLedStrip constructor to utilize gpio_init_out(&gpio, pinName); so that is sets it to output. default tip

2015-09-17, by tomasero [Thu, 17 Sep 2015 02:12:45 +0000] rev 24

To my understanding, the common gpio library no longer supports gpio_init having three arguments where the third is the pin mode. Thus, I modified the PololuLedStrip constructor to utilize gpio_init_out(&gpio, pinName); so that is sets it to output.


Added example from PololuLedStrip. Modified NeoPixel DataIn pin to PTC8 (pin 6).

2015-09-16, by tomasero [Wed, 16 Sep 2015 22:37:58 +0000] rev 23

Added example from PololuLedStrip. Modified NeoPixel DataIn pin to PTC8 (pin 6).


modified led_strip_write_color.s to work with kl25z

2015-09-16, by tomasero [Wed, 16 Sep 2015 22:12:59 +0000] rev 22

modified led_strip_write_color.s to work with kl25z


fixed a comment

2013-11-26, by DavidEGrayson [Tue, 26 Nov 2013 23:05:08 +0000] rev 21

fixed a comment


Swapped the order of red and green so it will work with the new WS2812B strips.

2013-11-13, by DavidEGrayson [Wed, 13 Nov 2013 21:16:24 +0000] rev 20

Swapped the order of red and green so it will work with the new WS2812B strips.


Changed the timing so that this library only supports the high-speed strips now.

2013-10-09, by DavidEGrayson [Wed, 09 Oct 2013 01:13:49 +0000] rev 19

Changed the timing so that this library only supports the high-speed strips now.


A link in the docs didn't work, so I removed it.

2013-03-01, by DavidEGrayson [Fri, 01 Mar 2013 05:17:02 +0000] rev 18

A link in the docs didn't work, so I removed it.


Not sure.

2013-03-01, by DavidEGrayson [Fri, 01 Mar 2013 05:13:23 +0000] rev 17

Not sure.


Fine tuned the fudge factors for the M3 at 96 MHz again. I'm not sure why they were not well tuned.

2013-03-01, by DavidEGrayson [Fri, 01 Mar 2013 05:09:55 +0000] rev 16

Fine tuned the fudge factors for the M3 at 96 MHz again. I'm not sure why they were not well tuned.


Cleaned up calculateDelays more. The library might be done now.

2013-03-01, by DavidEGrayson [Fri, 01 Mar 2013 05:05:09 +0000] rev 15

Cleaned up calculateDelays more. The library might be done now.