|
Digital Scale
1.0
Digital Scale
|
Holds all Configuration Data stored in EEPROM. More...
Data Fields | |
| int32_t | cal_denom |
| The Denominator of the Calibration Fraction. More... | |
| int32_t | cal_num |
| The numerator of the Calibration Fraction. More... | |
| bool | isCalibrated |
| True if calibration has been performed, false on new Devices or after DefaultConfig() More... | |
| uint16_t | magic |
| Used to discover unprogrammed Devices. More... | |
Holds all Configuration Data stored in EEPROM.
| uint16_t magic |
Used to discover unprogrammed Devices.
| int32_t cal_num |
The numerator of the Calibration Fraction.
| int32_t cal_denom |
The Denominator of the Calibration Fraction.
| bool isCalibrated |
True if calibration has been performed, false on new Devices or after DefaultConfig()
1.8.4