2017-08-17 14:56:14 -04:00
{
"Library" : "lm35" ,
"Description" : "API for the DFRobot LM35 Linear Temperature Sensor" ,
"Sensor Class" :
{
"lm35" :
{
2017-08-17 19:42:04 -04:00
"Name" : "Analog Temperature Sensor" ,
2017-08-17 14:56:14 -04:00
"Description" : "This sensor returns an analog voltage proportional to the temperature of the ambient environment. This driver was developed using the DFRobot LM35 Linear Temperature Sensor" ,
2017-08-17 19:42:04 -04:00
"Aliases" : [ "lm35" ] ,
2017-08-17 14:56:14 -04:00
"Categories" : [ "temperature" ] ,
"Connections" : [ "analog" ] ,
"Project Type" : [ "environmental" , "monitoring" , "prototyping" ] ,
"Manufacturers" : [ "dfrobot" , "nationalsemiconductor" ] ,
"Kits" : [ ] ,
"Image" : "lm35.jpg" ,
"Examples" :
{
"Java" : [ ] ,
"Python" : [ "lm35.py" ] ,
"Node.js" : [ "lm35.js" ] ,
"C++" : [ "lm35.cxx" ] ,
"C" : [ "lm35.c" ]
} ,
"Specifications" :
{
"Operating Voltage" : { "unit" : "V" , "low" : 3.3 , "high" : 5 } ,
"Measurement Range" : { "unit" : "degC" , "low" : 0 , "high" : 100 }
} ,
"Urls" :
{
"Product Pages" : [ "https://www.dfrobot.com/product-76.html" ] ,
"Datasheets" : [ "http://image.dfrobot.com/image/data/DFR0023/DFR0023_Datasheet.pdf" ] ,
"Schematics" : [ ]
}
}
}
}