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::FanSettings Struct Reference

< Fan default settings More...

#include <Settings.h>

Data Fields

uint8_t OnOffPin
 Relay pin controlling AC power.
 
uint8_t SpeedPin
 Relay pin for speed selection.
 
bool State
 true - ON, false - OFF
 
bool HighSpeed
 true - High speed, false - Low speed
 

Detailed Description

< Fan default settings

Definition at line 98 of file Settings.h.

Field Documentation

◆ HighSpeed

bool Settings::FanSettings::HighSpeed

true - High speed, false - Low speed

Definition at line 103 of file Settings.h.

◆ OnOffPin

uint8_t Settings::FanSettings::OnOffPin

Relay pin controlling AC power.

Definition at line 100 of file Settings.h.

◆ SpeedPin

uint8_t Settings::FanSettings::SpeedPin

Relay pin for speed selection.

Definition at line 101 of file Settings.h.

◆ State

bool Settings::FanSettings::State

true - ON, false - OFF

Definition at line 102 of file Settings.h.


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