pyupm_lm35 module¶
- 
class pyupm_lm35.LM35(pin, aref=5.0)[source]¶
- Bases: - object- API for the DFRobot LM35 Linear Temperature Sensor. - ID: lm35 - Name: Analog Temperature Sensor - Other Names: LM35 - Category: temp - Manufacturer: dfrobot - Link:http://www.dfrobot.com/index.php?route=product/product&product_id=76 - Connection: analog This sensor returns an analog voltage proportional to the temperature of the ambient environment. - It has a range of 2C to 150C. - This driver was developed using the DFRobot LM35 Linear Temperature Sensor - C++ includes: lm35.hpp - 
getTemperature()[source]¶
- float getTemperature() - Returns the temperature in degrees Celsius - The Temperature in degrees Celsius 
 
-