Electronic Load  1.0
Programmable Constant Current Sink
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Variables
Flashing values

Variables

static const LED_FLASH_t LED_BLINK_BEACON = 0b00000001
 short pulse, 200ms on, 1.4s off More...
 
static const LED_FLASH_t LED_BLINK_FAST = 0b01010101
 fast blinking, period=0.4s More...
 
static const LED_FLASH_t LED_BLINK_NORMAL = 0b00110011
 normal speed blinking, period=0.8s More...
 
static const LED_FLASH_t LED_BLINK_OFF = 0b00000000
 always off More...
 
static const LED_FLASH_t LED_BLINK_ON = 0b11111111
 always on More...
 
static const LED_FLASH_t LED_BLINK_SLOW = 0b00001111
 slow blinking, period=1.6s More...
 

Detailed Description

Predefined values for LED flashing

Variable Documentation

const LED_FLASH_t LED_BLINK_ON = 0b11111111
static

always on

const LED_FLASH_t LED_BLINK_OFF = 0b00000000
static

always off

const LED_FLASH_t LED_BLINK_SLOW = 0b00001111
static

slow blinking, period=1.6s

const LED_FLASH_t LED_BLINK_NORMAL = 0b00110011
static

normal speed blinking, period=0.8s

const LED_FLASH_t LED_BLINK_FAST = 0b01010101
static

fast blinking, period=0.4s

const LED_FLASH_t LED_BLINK_BEACON = 0b00000001
static

short pulse, 200ms on, 1.4s off