GY-63_MS5611/libraries/MAX520/library.json
2024-03-07 13:18:08 +01:00

24 lines
483 B
JSON

{
"name": "MAX520",
"keywords": "I2C, MAX520, MAX521, DAC",
"description": "Arduino library for MAX520 and MAX521 4/8 channel 8 bit DAC.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MAX520.git"
},
"version": "0.1.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "MAX520.h"
}