LilyGo-LoRa-Series/lib/SensorLib/library.json

71 lines
1.2 KiB
JSON
Raw Normal View History

2026-01-14 15:05:18 +08:00
{
"name": "SensorLib",
2026-04-08 14:29:36 +08:00
"version": "0.4.1",
2026-01-14 15:05:18 +08:00
"description": "Commonly used I2C , SPI device multi-platform libraries",
2026-04-08 09:28:20 +08:00
"keywords": [
"QMC6310N",
"QMC6310U",
"QMI8658",
"PCF8563",
"PCF85063",
"XL9555",
"BMA423",
"BHI260AP",
"BHI360",
"DRV2605",
2026-04-08 14:29:36 +08:00
"AW86224",
2026-04-08 09:28:20 +08:00
"CM32181",
"LTR553",
"FT5206",
"FT3267",
"FT6236",
"FT6336",
"CST816S",
"CST816T",
"CST816D",
"CST820",
"CST226",
"CHSC5816",
"GT911",
"CST9217",
"CST9220",
"HI8561",
"AW9364",
"QMC5883L",
"QMC5883P"
],
2026-01-14 15:05:18 +08:00
"authors": [
{
"name": "LewisHe",
"url": "https://github.com/lewisxhe",
"maintainer": true
}
],
"repository": {
"type": "git",
2026-04-08 09:28:20 +08:00
"url": "https://github.com/lewisxhe/SensorLib.git"
2026-01-14 15:05:18 +08:00
},
2026-04-08 09:28:20 +08:00
"homepage": "https://github.com/lewisxhe/SensorLib",
2026-01-14 15:05:18 +08:00
"export": {
"include": [
"LICENSE",
"library.json",
"library.properties",
"README.md",
"keywords.txt",
"src/*",
"examples/*"
]
},
"frameworks": [
"arduino",
"espidf"
],
2026-04-08 09:28:20 +08:00
"platforms": [
"ststm32",
"espressif32",
"nordicnrf52",
"raspberrypi"
],
2026-01-14 15:05:18 +08:00
"license": "MIT"
}