EVE 1.0
led_counting_t Struct Reference

#include <led.h>

Data Fields

uint16_t Time [NUMBER_OF_COUNTING_TIMES]
 1/1.024 ms resolution, use MWORK_MSEC(). If Time[COUNTING_PAUSE] = 0, the flashing is stopped after one sequence
 
uint8_t Count
 Number of flashes per flashing serie.
 
bool Invert
 If TRUE, the flashing is inverted (ON<->OFF)
 

Detailed Description

Parameters for LED counting

Definition at line 75 of file led.h.