Digital Scale  1.0
Digital Scale
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros | Variables
Display Blinking

Macros

#define BLINK_ALT   4
 The alternate display blinks. More...
 
#define BLINK_FAST   2
 The normal display blinks fast (1hz) More...
 
#define BLINK_SLOW   1
 The normal display blinks slowly (0.5hz) More...
 

Variables

volatile uint8_t displayBlinkMask
 Sets Display Blink Mode. More...
 

Detailed Description

The normal display can be set to blink at two different rates while the alternate display, which is shown for only one second, is turned off for 300ms in the middle of the second.

Macro Definition Documentation

#define BLINK_SLOW   1

The normal display blinks slowly (0.5hz)

#define BLINK_FAST   2

The normal display blinks fast (1hz)

#define BLINK_ALT   4

The alternate display blinks.

Variable Documentation

volatile uint8_t displayBlinkMask

Sets Display Blink Mode.

May be set to any combination of the BLINK_ flags.