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

24 lines
621 B
JSON
Raw Normal View History

2021-05-26 05:38:28 -04:00
{
"name": "MCP_DAC",
"keywords": "MCP,DAC,digital,analog,convertor,percentage",
"description": "Arduino library for Microchip SPI DAC, 8, 10, 12 bit; 1 or 2 channel.\nMCP4801, MCP4802, MCP4811,MCP4812, MCP4821, MCP4822,\n MCP4901, MCP4902, MCP4911, MCP4912, MCP4921, MCP4922\n",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MCP_DAC"
},
2023-11-26 10:56:37 -05:00
"version": "0.3.0",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-11-13 10:59:44 -05:00
"frameworks": "*",
2021-12-21 10:10:14 -05:00
"platforms": "*",
"headers": "MCP_DAC.h"
2021-05-26 05:38:28 -04:00
}