Skip to content

Instantly share code, notes, and snippets.

@jasonmhite
Last active August 29, 2015 14:23
Show Gist options
  • Save jasonmhite/f750df2ce5839c93d9c2 to your computer and use it in GitHub Desktop.
Save jasonmhite/f750df2ce5839c93d9c2 to your computer and use it in GitHub Desktop.
Platformio library file for Adafruit NeoPixel
{
"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