Skip to content

Commit

Permalink
Update to version to v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jan 21, 2025
1 parent 6183869 commit addaa0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SensorLib",
"version": "0.2.5",
"version": "0.2.6",
"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",
"authors": [
Expand All @@ -26,7 +26,10 @@
"examples/*"
]
},
"frameworks": ["arduino", "espidf"],
"platforms": "ststm32,espressif32,nordicnrf52",
"frameworks": [
"arduino",
"espidf"
],
"platforms": "ststm32,espressif32,nordicnrf52,raspberrypi",
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SensorLib
version=0.2.5
version=0.2.6
author=Lewis He
maintainer=Lewis He <[email protected]>
sentence=Commonly used I2C , SPI device multi-platform libraries
Expand Down

0 comments on commit addaa0b

Please sign in to comment.