E707 Basic NodeMCU-V2 Shield Library  1.0
Public Member Functions
LM35 Class Reference

The LM35 temp-sensor class. More...

#include <basic-nodemcuv2-shield.h>

Inheritance diagram for LM35:
_TempSensor

Public Member Functions

 LM35 ()
 
- Public Member Functions inherited from _TempSensor
float getTemperatureC (void)
 Function to read the temperature of a temp-sensor and return it in Celcius. More...
 
float getTemperatureF (void)
 Function to read the temperature of a temp-sensor and return it in Fahrenheit. More...
 

Additional Inherited Members

- Protected Attributes inherited from _TempSensor
int offset
 The voltage offset in mV from the temperature sensor. More...
 
int divide_by
 The voltage division in mV from the temperature sensor. More...
 

Detailed Description

The LM35 temp-sensor class.

A class to read the temperature from an LM35 temperature sensor.

See also
See the _TempSensor documentation for how to use this class

Constructor & Destructor Documentation

◆ LM35()

LM35::LM35 ( )
inline

The documentation for this class was generated from the following file: