ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
DHT Class Reference

#include <dht.h>

Public Member Functions

 DHT ()
 
 ~DHT ()
 
bool begin ()
 
void end ()
 
void handle ()
 
bool setInterval (uint interval)
 
uint interval ()
 
uint8_t GetModel ()
 
const char * GetModelString ()
 
float getHumidity ()
 
float getTemperature ()
 
bool started ()
 
bool isCelsiusUnit ()
 
void setCelsiusUnit (bool set)
 

Detailed Description

Definition at line 26 of file dht.h.

Constructor & Destructor Documentation

◆ DHT()

DHT::DHT ( )

◆ ~DHT()

DHT::~DHT ( )

Member Function Documentation

◆ begin()

bool DHT::begin ( )
Here is the caller graph for this function:

◆ end()

void DHT::end ( )
Here is the caller graph for this function:

◆ getHumidity()

float DHT::getHumidity ( )

◆ GetModel()

uint8_t DHT::GetModel ( )

◆ GetModelString()

const char* DHT::GetModelString ( )
Here is the caller graph for this function:

◆ getTemperature()

float DHT::getTemperature ( )

◆ handle()

void DHT::handle ( )
Here is the caller graph for this function:

◆ interval()

uint DHT::interval ( )

◆ isCelsiusUnit()

bool DHT::isCelsiusUnit ( )

◆ setCelsiusUnit()

void DHT::setCelsiusUnit ( bool  set)

◆ setInterval()

bool DHT::setInterval ( uint  interval)
Here is the caller graph for this function:

◆ started()

bool DHT::started ( )
Here is the caller graph for this function:

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