GY-63_MS5611/libraries/LTC2991/library.json
2024-01-04 11:02:25 +01:00

24 lines
502 B
JSON

{
"name": "LTC2991",
"keywords": "voltage,temperature,differential,PWM",
"description": "Arduino library for a LTC2991 temperature and voltage control IC",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/LTC2991.git"
},
"version": "0.2.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "LTC2991.h"
}