-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibrary.json
32 lines (32 loc) · 992 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "CIE1931",
"description": "Cie1931 is a small C++ library (if you can call it that!) that uses constexpr to generate a lookup table for translating a PWM duty cycle scale into a mostly linear brightness output.",
"keywords": "led,math,gamma,cie1931",
"authors": [
{
"name": "Chris Marc Dailey",
"url": "https://cmd.wtf",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/nitz/Cie1931.git"
},
"version": "1.0.1",
"license": "0BSD",
"homepage": "https://cmd.wtf",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32, nordicnrf52",
"export": {
"exclude": [
"images"
]
},
"build": {
"srcFilter": [
"+<*.hpp>"
],
"libArchive": false
}
}