Adafruit_Pixie (community library)
Summary
Name | Value |
---|---|
Name | Adafruit_Pixie |
Version | 1.1.0 |
Installs | |
License | GNU GPL |
Author | Chris Gervang chris@gervang.com |
URL | https://github.com/chrisgervang/adafruit_pixie |
Repository | https://github.com/chrisgervang/adafruit_pixie.git |
Download | .tar.gz |
Particle library (Ported from Arduino) for controlling Serial-based ultra-bright LED pixels and strip.
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.
Adafruit Pixie library (Ported to Particle)
Arduino library for controlling Pixie - a 3W chainable LED. Uses one serial pin, "NeoPixel" library compatible.
Check it out over at
- https://www.adafruit.com/products/2741
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
Written by Ytai Ben-Tsvi/Limor Fried for Adafruit Industries. Ported by dialThat/chrisgervang. BSD license, check license.txt for more information All text above must be included in any redistribution
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_Pixie. Check that the Adafruit_Pixie folder contains Adafruit_Pixie.cpp and Adafruit_Pixie.h
USERS OF PREVIOUS VERSIONS OF LIBRARY PLEASE NOTE: strip.begin() no longer exists. Instead, in setup(), call serial.begin(115200) for the hardware or software serial port being used for output, e.g. Serial1.begin(115200) or pixieSerial.begin(115200); see strandtest.ino example for use.
Browse Library Files