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

24 lines
493 B
JSON
Raw Normal View History

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-12-08 10:32:16 -05:00
"version": "0.4.0",
2021-05-28 07:38:11 -04:00
"license": "MIT",
2023-08-26 05:31:04 -04:00
"frameworks": "*",
2021-12-21 10:28:24 -05:00
"platforms": "*",
"headers": "MCP4725.h"
2016-12-17 14:53:18 -05:00
}