32 lines
697 B
JSON
Raw Normal View History

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