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

24 lines
480 B
JSON
Raw Normal View History

2023-07-31 13:23:13 -04:00
{
"name": "PT2314",
2023-08-01 11:07:32 -04:00
"keywords": "PT2314,PT7314,PT7313,I2C",
2023-07-31 13:23:13 -04:00
"description": "Arduino library for PT2314 i2C 4 channel audio processor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/PT2314.git"
},
2023-08-01 11:07:32 -04:00
"version": "0.1.1",
2023-07-31 13:23:13 -04:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "PT2314.h"
}