Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
Settings::DHTSensorSettings Struct Reference

< DHTSensor default settings More...

#include <Settings.h>

Public Member Functions

 DHTSensorSettings (uint8_t Pin=0, uint8_t Type=0)
 

Data Fields

uint8_t Pin
 DAT pin of the DHT sensor.
 
uint8_t Type
 Type defines the sensor type: 11 - DHT11, 12 - DHT12, 21 - DHT21 or AM2301 , 22 - DHT22.
 

Detailed Description

< DHTSensor default settings

Definition at line 91 of file Settings.h.

Constructor & Destructor Documentation

◆ DHTSensorSettings()

Settings::DHTSensorSettings::DHTSensorSettings ( uint8_t  Pin = 0,
uint8_t  Type = 0 
)
inline

Definition at line 57 of file Settings.h.

Field Documentation

◆ Pin

uint8_t Settings::DHTSensorSettings::Pin

DAT pin of the DHT sensor.

Definition at line 93 of file Settings.h.

◆ Type

uint8_t Settings::DHTSensorSettings::Type

Type defines the sensor type: 11 - DHT11, 12 - DHT12, 21 - DHT21 or AM2301 , 22 - DHT22.

Definition at line 94 of file Settings.h.


The documentation for this struct was generated from the following files: