Update SensorLib

This commit is contained in:
lewisxhe 2026-04-08 09:28:20 +08:00
commit 4fdc6077b7
369 changed files with 362176 additions and 15123 deletions

View file

@ -1,8 +1,38 @@
{
"name": "SensorLib",
"version": "0.3.3",
"version": "0.4.0",
"description": "Commonly used I2C , SPI device multi-platform libraries",
"keywords": "QMC6310, QMI8658, PCF8563, PCF85063, XL9555, BMA423, BHI260AP, DRV2605, CM32181, LTR553, FT5206, FT3267, FT6236, FT6336, CST816S,CST816T,CST816D, CST820, CST226, CHSC5816, GT911, CST9217, CST9220, AW9364",
"keywords": [
"QMC6310N",
"QMC6310U",
"QMI8658",
"PCF8563",
"PCF85063",
"XL9555",
"BMA423",
"BHI260AP",
"BHI360",
"DRV2605",
"CM32181",
"LTR553",
"FT5206",
"FT3267",
"FT6236",
"FT6336",
"CST816S",
"CST816T",
"CST816D",
"CST820",
"CST226",
"CHSC5816",
"GT911",
"CST9217",
"CST9220",
"HI8561",
"AW9364",
"QMC5883L",
"QMC5883P"
],
"authors": [
{
"name": "LewisHe",
@ -12,9 +42,9 @@
],
"repository": {
"type": "git",
"url": "https://github.com/lewisxhe/SensorsLib.git"
"url": "https://github.com/lewisxhe/SensorLib.git"
},
"homepage": "https://github.com/lewisxhe/SensorsLib",
"homepage": "https://github.com/lewisxhe/SensorLib",
"export": {
"include": [
"LICENSE",
@ -30,6 +60,11 @@
"arduino",
"espidf"
],
"platforms": "ststm32,espressif32,nordicnrf52,raspberrypi",
"platforms": [
"ststm32",
"espressif32",
"nordicnrf52",
"raspberrypi"
],
"license": "MIT"
}