mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
25 lines
475 B
JSON
25 lines
475 B
JSON
{
|
|
"name": "DAC8552",
|
|
"keywords": "DAC8552 Digital Analog Convertor ",
|
|
"description": "DAC8552 library for Arduino",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/Arduino.git"
|
|
},
|
|
"version":"0.1.1",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"export": {
|
|
"include": "libraries/DAC8552"
|
|
}
|
|
}
|