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

32 lines
697 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"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",
2023-03-06 06:06:39 -05:00
"url": "https://github.com/RobTillaart/DS18B20_RT"
2021-01-29 06:31:58 -05:00
},
2021-10-17 04:29:55 -04:00
"dependencies":
[
{
"owner": "paulstoffregen",
"name": "OneWire",
"version": "^2.3.5"
}
],
2023-10-19 11:22:34 -04:00
"version": "0.2.1",
2021-05-05 08:32:50 -04:00
"license": "MIT",
2023-10-19 11:22:34 -04:00
"frameworks": "*",
2021-12-17 05:59:45 -05:00
"platforms": "*",
"headers": "DS18B20.h"
2021-01-29 06:31:58 -05:00
}