E707 Basic NodeMCU-V2 Shield Library
1.0
|
The LM35 temp-sensor class. More...
#include <basic-nodemcuv2-shield.h>
Public Member Functions | |
LM35 () | |
![]() | |
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 | |
![]() | |
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... | |
The LM35 temp-sensor class.
A class to read the temperature from an LM35 temperature sensor.
|
inline |