2016-12-17 14:53:18 -05:00
|
|
|
{
|
|
|
|
"name": "MCP4725",
|
2020-11-27 05:20:37 -05:00
|
|
|
"keywords": "MCP4725,DAC,digital,analog,convertor,percentage",
|
|
|
|
"description": "Arduino library for 12 bit I2C DAC - MCP4725",
|
2016-12-18 04:48:17 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 14:53:18 -05:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 05:20:37 -05:00
|
|
|
"url": "https://github.com/RobTillaart/MCP4725.git"
|
2016-12-17 14:53:18 -05:00
|
|
|
},
|
2023-01-16 11:33:16 -05:00
|
|
|
"version": "0.3.5",
|
2021-05-28 07:38:11 -04:00
|
|
|
"license": "MIT",
|
2016-12-17 14:53:18 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-21 10:28:24 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "MCP4725.h"
|
2016-12-17 14:53:18 -05:00
|
|
|
}
|