GY-63_MS5611/libraries/PIR/library.json

24 lines
453 B
JSON
Raw Permalink Normal View History

2022-12-14 13:17:10 -05:00
{
"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"
},
2023-11-15 05:53:10 -05:00
"version": "0.1.3",
2022-12-14 13:17:10 -05:00
"license": "MIT",
2023-11-15 05:53:10 -05:00
"frameworks": "*",
2022-12-14 13:17:10 -05:00
"platforms": "*",
"headers": "PIR.h"
}