mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"name": "DAC8551",
|
|
"keywords": "DAC8551, DAC8550, DAC8501, DAC8531, SPI, digital, analog, convertor",
|
|
"description": "Arduino library for DAC8501, DAC8531, DAC8550 and DAC8551 SPI 16-bit Digital Analog Convertor",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/DAC8551"
|
|
},
|
|
"version": "0.2.5",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"headers": "DAC8551.h"
|
|
}
|