|
Electronic Load
1.0
Programmable Constant Current Sink
|
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... | |
Predefined values for LED flashing
|
static |
always on
|
static |
always off
|
static |
slow blinking, period=1.6s
|
static |
normal speed blinking, period=0.8s
|
static |
fast blinking, period=0.4s
|
static |
short pulse, 200ms on, 1.4s off
1.8.15