LilyGo-LoRa-Series/lib/SensorsLib/library.json
2023-09-08 17:38:43 +08:00

29 lines
No EOL
785 B
JSON

{
"name": "SensorLib",
"version": "0.1.0",
"description": "Arduino library written for PCF8563, QMI8658, QMC6310, XL9555",
"keywords": "QMC6310 QMI8658 IMU Sensor,PCF8563,XL9555",
"authors": [{
"name": "LewisHe",
"url": "https://github.com/lewisxhe",
"maintainer": true
}],
"repository": {
"type": "git",
"url": "https://github.com/lewisxhe/SensorsLib.git"
},
"homepage": "https://github.com/lewisxhe/SensorsLib",
"export": {
"include": [
"LICENSE",
"library.json",
"library.properties",
"README.md",
"keywords.txt",
"src/*",
"examples/*"
]
},
"frameworks": ["arduino"],
"platforms": "esp32"
}