23 lines
473 B
JSON
Raw Normal View History

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