GY-63_MS5611/libraries/PIR/library.json
rob tillaart 8a2f0e7b16 0.1.2 PIR
2022-12-16 17:17:36 +01:00

24 lines
459 B
JSON

{
"name": "PIR",
"keywords": "PIR,array",
"description": "PIR library for Arduino. Supports up to 8 PIR sensors.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PIR.git"
},
"version": "0.1.2",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "PIR.h"
}