2021-05-16 07:21:38 -04:00
|
|
|
{
|
|
|
|
"name": "LTC2991",
|
2021-12-20 14:24:00 -05:00
|
|
|
"keywords": "voltage,temperature,differential,PWM",
|
2021-05-16 07:21:38 -04:00
|
|
|
"description": "Arduino library for a LTC2991",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/LTC2991.git"
|
|
|
|
},
|
2023-01-23 07:59:35 -05:00
|
|
|
"version": "0.1.4",
|
2021-05-16 07:21:38 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
2021-12-20 14:24:00 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "LTC2991.h"
|
2021-05-16 07:21:38 -04:00
|
|
|
}
|