GY-63_MS5611/libraries/PIR/library.json
Rob Tillaart 223fbfe938 0.1.3 PIR
2023-11-15 11:53:10 +01:00

24 lines
453 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.3",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PIR.h"
}