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

24 lines
509 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "AD985X",
2021-12-10 10:56:06 -05:00
"keywords": "AD9850,AD9851,frequency,sinus,square,generator",
2021-01-29 06:31:58 -05:00
"description": "Arduino library for AD9850 and AD9851 function generators.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/AD985X.git"
},
2021-12-10 10:56:06 -05:00
"version": "0.3.3",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-10 10:56:06 -05:00
"platforms": "*",
"headers": "AD985X.h"
2021-01-29 06:31:58 -05:00
}