Skip to content

Commit

Permalink
Update lib version to V0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 21, 2023
1 parent fc3f087 commit 063cc68
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
58 changes: 30 additions & 28 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
{
"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"
}
"name": "SensorLib",
"version": "0.1.1",
"description": "Commonly used I2C , SPI device Arduino libraries",
"keywords": "QMC6310 QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT6236,FT6336,CST816,CST226,CHSC5816,GT911",
"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"
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=SensorLib
version=0.1.0
version=0.1.1
author=Lewis He
maintainer=Lewis He <lewishe@outlook.com>
sentence=Arduino library written for PCF8563, QMI8658, QMC6310, XL9555
paragraph=Arduino library written for PCF8563, QMI8658, QMC6310, XL9555
paragraph=Support QMC6310 QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT6236,FT6336,CST816,CST226,CHSC5816,GT911
category=Communication
url=https://github.com/lewisxhe/SensorsLib
architectures=esp32

0 comments on commit 063cc68

Please sign in to comment.