mirror of
https://github.com/digistump/DigistumpArduino.git
synced 2025-09-17 17:32:25 -07:00
Initial import of support files for all Digistump boards - Digispark, Pro, DigiX - including libraries, examples, tools, and other support files for the Arduino IDE
This commit is contained in:
18
hardware/digistump/avr/libraries/LPD8806/README.md
Normal file
18
hardware/digistump/avr/libraries/LPD8806/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Arduino library for LPD8806 #
|
||||
This Library was written for the LPD8806 PWM LED driver chips, strips and pixels.
|
||||
But the LPD8803/LPD8809 will probably work too.
|
||||
|
||||
## Where to Buy? ##
|
||||
Pick some up at [Adafruit Industries](http://www.adafruit.com/products/306)
|
||||
|
||||
## Download ##
|
||||
Click the Downloads Tab in the Tabbar above.
|
||||
Or follow [this](https://github.com/adafruit/LPD8806/zipball/master) link
|
||||
|
||||
## Installation ##
|
||||
* Uncompress the Downloaded Library
|
||||
* Rename the uncompressed folder to LPD8806
|
||||
* Check that the LPD8806 folder contains LPD8806.cpp and LPD8806.h
|
||||
* Place the LPD8806 library folder your <arduinosketchfolder>/libraries/ folder,
|
||||
if the libraries folder does not exist - create it first!
|
||||
* Restart the IDE
|
Reference in New Issue
Block a user