-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
library.json
49 lines (49 loc) · 1.59 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "Lepton-FLiR-Arduino",
"version": "0.9.91",
"keywords": "Lepton, FLiR, forward looking, infrared, thermal, camera, i2c, spi, controller, driver",
"description": "Library to control a Lepton FLiR (forward looking infrared) thermal camera module from an Arduino-like board (Teensy 3+/ESP32+ minimum).",
"license": "MIT",
"authors": [
{
"name": "NachtRaveVL",
"email": "[email protected]",
"url": "https://github.com/NachtRaveVL",
"maintainer": true
}
],
"homepage": "https://github.com/NachtRaveVL/Lepton-FLiR-Arduino/",
"repository": {
"type": "git",
"url": "https://github.com/NachtRaveVL/Lepton-FLiR-Arduino.git"
},
"examples": [
{
"name": "SimpleExample",
"base": "examples/SimpleExample",
"files": ["SimpleExample.ino"]
},
{
"name": "AdvancedExample",
"base": "examples/AdvancedExample",
"files": ["AdvancedExample.ino"]
},
{
"name": "ImageCaptureExample",
"base": "examples/ImageCaptureExample",
"files": ["ImageCaptureExample.ino"]
},
{
"name": "SoftwareI2CExample",
"base": "examples/SoftwareI2CExample",
"files": ["SoftwareI2CExample.ino"]
},
{
"name": "ModuleInfo",
"base": "examples/ModuleInfo",
"files": ["ModuleInfo.ino"]
}
],
"frameworks": ["arduino", "espidf"],
"platforms": ["teensy", "espressif32"]
}