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

< WeightSensor default settings More...

#include <Settings.h>

Public Member Functions

 WeightSensorSettings (uint8_t DTPin=0, uint8_t SCKPin=0, long Offset=0, float Scale=0.0)
 

Data Fields

uint8_t DTPin
 Weight sensor DT pin.
 
uint8_t SCKPin
 Weight sensor SCK pin.
 
long Offset
 Reading at 0 weight on the scale.
 
float Scale
 Scale factor.
 

Detailed Description

< WeightSensor default settings

Definition at line 86 of file Settings.h.

Constructor & Destructor Documentation

◆ WeightSensorSettings()

Settings::WeightSensorSettings::WeightSensorSettings ( uint8_t  DTPin = 0,
uint8_t  SCKPin = 0,
long  Offset = 0,
float  Scale = 0.0 
)
inline

Definition at line 97 of file Settings.h.

Field Documentation

◆ DTPin

uint8_t Settings::WeightSensorSettings::DTPin

Weight sensor DT pin.

Definition at line 88 of file Settings.h.

◆ Offset

long Settings::WeightSensorSettings::Offset

Reading at 0 weight on the scale.

Definition at line 90 of file Settings.h.

◆ Scale

float Settings::WeightSensorSettings::Scale

Scale factor.

Definition at line 91 of file Settings.h.

◆ SCKPin

uint8_t Settings::WeightSensorSettings::SCKPin

Weight sensor SCK pin.

Definition at line 89 of file Settings.h.


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