Added SensorsLib
This commit is contained in:
parent
aae1df111f
commit
672a563dc3
42 changed files with 7819 additions and 0 deletions
29
lib/SensorsLib/library.json
Normal file
29
lib/SensorsLib/library.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "SensorLib",
|
||||
"version": "0.1.0",
|
||||
"description": "Arduino library for QMI8658 Inertial measurement,QMC6310 Magnetometer",
|
||||
"keywords": "QMC6310 QMI8658 IMU Sensor",
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue