GY-63_MS5611/libraries/DS18B20_RT/library.json
2021-12-17 11:59:45 +01:00

32 lines
701 B
JSON

{
"name": "DS18B20",
"keywords": "DS18B20,Dallas,Semiconductor,Temperature,sensor,asynchronuous",
"description": "Arduino library for the DS18B20 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/DS18B20"
},
"dependencies":
[
{
"owner": "paulstoffregen",
"name": "OneWire",
"version": "^2.3.5"
}
],
"version": "0.1.12",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "DS18B20.h"
}