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

24 lines
459 B
JSON
Raw 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"
},
2022-12-16 11:17:36 -05:00
"version": "0.1.2",
2022-12-14 13:17:10 -05:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "PIR.h"
}