< 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. | |
< WeightSensor default settings
Definition at line 86 of file Settings.h.
|
inline |
Definition at line 97 of file Settings.h.
| uint8_t Settings::WeightSensorSettings::DTPin |
Weight sensor DT pin.
Definition at line 88 of file Settings.h.
| long Settings::WeightSensorSettings::Offset |
Reading at 0 weight on the scale.
Definition at line 90 of file Settings.h.
| float Settings::WeightSensorSettings::Scale |
Scale factor.
Definition at line 91 of file Settings.h.
| uint8_t Settings::WeightSensorSettings::SCKPin |
Weight sensor SCK pin.
Definition at line 89 of file Settings.h.