24 lines
478 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"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"
},
2023-09-23 17:31:14 +02:00
"version": "0.2.1",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-09-23 17:31:14 +02:00
"frameworks": "*",
2021-12-23 14:26:13 +01:00
"platforms": "*",
"headers": "PCF8591.h"
2021-01-29 12:31:58 +01:00
}