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

The LM36 temp-sensor class. More...

#include <basic-nodemcuv2-shield.h>

Inheritance diagram for LM36:
_TempSensor

Public Member Functions

 LM36 ()
 
- 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 LM36 temp-sensor class.

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

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

Constructor & Destructor Documentation

◆ LM36()

LM36::LM36 ( )
inline

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