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"
|
|
|
|
},
|
2023-11-29 05:22:40 -05:00
|
|
|
"version": "0.2.0",
|
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"
|
|
|
|
}
|