Last active
August 29, 2015 14:23
-
-
Save jasonmhite/f750df2ce5839c93d9c2 to your computer and use it in GitHub Desktop.
Platformio library file for Adafruit NeoPixel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Adafruit NeoPixel", | |
"keywords": "neopixel, adafruit, ws2812, rgb led", | |
"description": "Adafruit library for controlling ws2812 RGB LEDs", | |
"repository": | |
{ | |
"type": "git", | |
"url": "https://github.com/adafruit/Adafruit_NeoPixel.git" | |
}, | |
"frameworks": "arduino", | |
"platforms": "atmelavr" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment