-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
library.json
19 lines (19 loc) · 832 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "TeensyDMX",
"description": "A full-featured DMX library for Teensy 3, Teensy LC, and Teensy 4. Features include error detection and tracking, variable packet sizes, variable transmission rates, and a synchronous mode for inserting and detecting specifically-ordered packets (for example, for SIP and RDM). Other features include reasonably accurate BREAK and MAB timings, a 16-bit API, and packet statistics.",
"keywords": "dmx, teensy",
"authors": {
"name": "Shawn Silverman",
"email": "[email protected]",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/ssilverman/TeensyDMX"
},
"version": "4.3.0-snapshot",
"license": "BSD-3-Clause-Clear",
"homepage": "https://github.com/ssilverman/TeensyDMX",
"frameworks": "arduino",
"platforms": "teensy"
}