Digital Scale  1.0
Digital Scale
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Variables
Flags

Variables

static const uint8_t EFLAG_LOBAT =2
 Is set on low Supply Voltage. More...
 
static const uint8_t EFLAG_UNCAL =1
 Device has not been calibrated. More...
 
volatile uint8_t eFlags
 Error flags. More...
 
static const uint8_t TFLAG_SEC =1
 Is set once per Second. More...
 
volatile uint8_t tFlags
 Flags set by Time. More...
 

Detailed Description

Flags indicating timer events and errors. They are set when the error condition appears.

Variable Documentation

volatile uint8_t tFlags

Flags set by Time.

volatile uint8_t eFlags

Error flags.

const uint8_t TFLAG_SEC =1
static

Is set once per Second.

const uint8_t EFLAG_UNCAL =1
static

Device has not been calibrated.

const uint8_t EFLAG_LOBAT =2
static

Is set on low Supply Voltage.