2017-07-25 16:57:37 -04:00
{
"name" : "DS18B20" ,
2018-01-08 18:11:37 -05:00
"keywords" : "DS18B20,Dallas,Semiconductor,Temperature,sensor,asynchronuous" ,
2017-07-25 16:57:37 -04:00
"description" : "Library for DS18B20 restricted to a single sensor per pin. Rewritten minimalistic version of Dallas Temperature Control Library of Miles Burton." ,
"authors" :
[
{
"name" : "Rob Tillaart" ,
"email" : "Rob.Tillaart@gmail.com" ,
"maintainer" : true
}
] ,
"repository" :
{
"type" : "git" ,
"url" : "https://github.com/RobTillaart/Arduino.git"
} ,
2018-01-07 13:13:07 -05:00
"version" : "0.1.0" ,
2017-07-25 16:57:37 -04:00
"frameworks" : "arduino" ,
"platforms" : "*" ,
"export" : {
"include" : "libraries/DS18B20"
}
}