-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlibrary.json
More file actions
15 lines (14 loc) · 843 Bytes
/
library.json
File metadata and controls
15 lines (14 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "NeoAnimationFX",
"keywords": "NeoPixel, WS2811, WS2812, WS2813, SK6812, DotStar, APA102, RGB, RGBW",
"description": "A animation library that makes controlling NeoPixels (WS2811, WS2812, WS2813 & SK6812) and DotStars (APA102) easy. Supports most Arduino platforms. Support for RGBW pixels. Includes seperate RgbColor, RgbwColor, HslColor, and HsbColor objects. Includes an animator class that helps create asyncronous animations. For Esp8266 it has three methods of sending NeoPixel data, DMA, UART, and Bit Bang; and two methods of sending DotStar data, hardware SPI and software SPI.",
"homepage": "https://github.com/debsahu/NeoAnimationFX",
"repository":
{
"type": "git",
"url": "https://github.com/debsahu/NeoAnimationFX"
},
"version": "0.3",
"frameworks": "arduino",
"platforms": "esp8266"
}