GY-63_MS5611/libraries/MAX31850/library.json
2024-01-05 09:52:07 +01:00

24 lines
582 B
JSON

{
"name": "MAX31850",
"keywords": "MAX31850,MAX31851,Onewire, Temperature,thermocouple",
"description": "Arduino library for the MAX31850 thermocouple temperature sensor. Restricted to a single sensor per pin. Minimalistic version.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MAX31850.git"
},
"version": "0.1.4",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "MAX31850.h"
}