mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
22 lines
403 B
JSON
22 lines
403 B
JSON
|
{
|
||
|
"name": "MT8870",
|
||
|
"keywords": "DTMF, DMTF ",
|
||
|
"description": "Arduino library for MT8870 DTMF decoder",
|
||
|
"authors":
|
||
|
[
|
||
|
{
|
||
|
"name": "Rob Tillaart",
|
||
|
"email": "Rob.Tillaart@gmail.com",
|
||
|
"maintainer": true
|
||
|
}
|
||
|
],
|
||
|
"repository":
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/RobTillaart/MT8870.git"
|
||
|
},
|
||
|
"version":"0.1.2",
|
||
|
"frameworks": "*",
|
||
|
"platforms": "*"
|
||
|
}
|