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

24 lines
516 B
JSON
Raw Normal View History

2017-12-19 05:39:08 -05:00
{
"name": "DAC8552",
2023-12-02 04:38:46 -05:00
"keywords": "DAC8532, DAC8552, SPI, digital, analog, convertor",
"description": "Arduino library for DAC8532 and DAC8552 SPI Digital Analog Convertor.",
2017-12-19 05:39:08 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-11-27 05:10:47 -05:00
"url": "https://github.com/RobTillaart/DAC8552"
2017-12-19 05:39:08 -05:00
},
2024-05-23 13:17:39 -04:00
"version": "0.5.1",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-10-19 09:15:40 -04:00
"frameworks": "*",
2021-12-15 06:48:53 -05:00
"platforms": "*",
"headers": "DAC8552.h"
2017-12-19 05:39:08 -05:00
}