2022-11-16 14:52:35 -05:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2023-01-23 09:19:15 -05:00
|
|
|
"version": "0.1.2",
|
2022-11-16 14:52:35 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "*",
|
|
|
|
"headers": "MAX31850.h"
|
|
|
|
}
|