Skip to content

An Implementation of Adafruit's NeoPixel Library for the Spark Core

Notifications You must be signed in to change notification settings

monomyth/SparkCore-NeoPixel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparkCore-NeoPixel

An Implementation of Adafruit's NeoPixel Library for the Spark Core

Currently supports: WS2812, WS2812B GRB 800kHz style pixels, strips and sticks! WS2811 RGB 400kHz style pixels, strips and sticks!

Grab the RAW version of each file and place into your web IDE as follows: image

If you are building locally, place the files here:

..\core-firmware\inc\Spark_NeoPixel.h
..\core-firmware\src\application.cpp (renamed from Spark_StrandTest.cpp)
..\core-firmware\src\Spark_NeoPixel.cpp
..\core-firmware\src\build.mk (optional, if you have your own make file going, just add the Spark_NeoPixel.cpp to it)

PLEASE NOTE that the NeoPixels require 5V level inputs and the Spark Core only has 3.3V level outputs. Level shifting is necessary, but will require a fast device such as one of the following:

SN74HCT245N

TXB0108PWR

If you have a Spark Shield Shield, the TXB0108PWR 3.3V to 5V level shifter is built in.

About

An Implementation of Adafruit's NeoPixel Library for the Spark Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published