GY-63_MS5611/libraries/MAX6675/library.json

24 lines
513 B
JSON
Raw Normal View History

2022-01-12 08:49:49 -05:00
{
"name": "MAX6675",
"keywords": "MAX6675,Thermocouple,K type,temperature, offset, MAX31855K",
"description": "Arduino library for MAX6675 chip for K type thermocouple.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/MAX6675"
},
2024-06-03 09:07:14 -04:00
"version": "0.3.2",
2022-01-12 08:49:49 -05:00
"license": "MIT",
2023-11-12 04:18:34 -05:00
"frameworks": "*",
2022-01-12 08:49:49 -05:00
"platforms": "*",
"headers": "MAX6675.h"
}