GY-63_MS5611/libraries/PCF8591/library.json
2023-09-23 17:31:14 +02:00

24 lines
478 B
JSON

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