WS2801 (community library)

Summary

Name Value
Name WS2801
Version 1.0.0
Installs 4512
License MIT
Author Will Dages
URL https://github.com/willdages/ws2801
Repository https://github.com/willdages/ws2801.git
Download .tar.gz

Spark Library for WS2801 LEDs (Ported from Adafruit's WS2801 Arduino Library by Technobly / BDub, put into this repo in the Spark Library format by Will Dages

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

WS2801

A WS2801 Library for the Spark Core (Originally written by Adafruit). The name is 'WS2801' instead of 'Adafruit_WS2801' because 'Adafruit_WS2801' is already taken by another user who has not published the library.

History

This library originated from Adafruit as a WS2801 Arduino Library with a BSD license. It was then ported over to the Spark Core by "Technobly / Bdub" according to the note at the top of the library. The original version may be here in this gist but it wasn't the version I started with. I took this version from Roman Mueller's Weather Moodlight tutorial and split it out into this file structure so it could be included as a library in the Spark IDE.

I wrote very little of this code (barely touched the WS2801.h and WS2801.cpp files), and modified Roman's application to work as a better generic example for the library (mainly this means stripping out a bunch of functions that were too specific).

License

I'm a little confused actually. The original work created by Adafruit mentions the BSD license in their README, but doesn't include a license file. It does however mention needing to include a block of copy in any redistributions, so I have included those in all 3 code files in /firmware. In the WS2801.cpp file, it mentions the MIT license. Per this article, there are 6 different BSD licenses, so I went with the MIT license for this project because there's only one. If anyone would like to clarify how I should be handling the license for this, I will be receptive and responsive to make appropriate changes.

Browse Library Files