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

23 lines
552 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",
"url": "https://github.com/RobTillaart/DS18B20"
},
2021-06-23 10:41:54 -04:00
"version": "0.1.10",
2021-05-05 08:32:50 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
"platforms": "*"
}