Simple LM35 temperature sensor for adafruit neopixel
Fork of PololuLedStrip by
Revision 26:06b316269605, committed 2017-05-16
- Comitter:
- Conoredwards123
- Date:
- Tue May 16 01:23:06 2017 +0000
- Parent:
- 25:d72818ba17cc
- Commit message:
- Final
Changed in this revision
PololuLedStrip.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r d72818ba17cc -r 06b316269605 PololuLedStrip.h --- a/PololuLedStrip.h Thu Nov 03 21:02:47 2016 +0000 +++ b/PololuLedStrip.h Tue May 16 01:23:06 2017 +0000 @@ -40,7 +40,7 @@ /** Writes the specified series of colors to the LED strip. @param colors should be a pointer to an array of rgb_color structs. @param count should be the number of colors to write. - + p9 The first color in the array will be written to the LED closest to the data input connector. To update all the LEDs in the LED strip, count should be equal to or greater than the number of LEDs in the strip. If count is less than the number of LEDs in the strip, then some LEDs near the end of the strip will not be updated.