LEDComm
1.0
|
LEDComm configuration header. More...
Go to the source code of this file.
Macros | |
#define | LEDCOMM_USE_LCOM1 FALSE |
Enable LED communication on LCOM1 device if TRUE. More... | |
#define | LEDCOMM_USE_LCOM2 TRUE |
Enable LED communication on LCOM2 device if TRUE. More... | |
#define | LEDCOMM_USE_GPTD1 FALSE |
Use GPT1 for the LEDComm Driver. More... | |
#define | LEDCOMM_USE_GPTD2 TRUE |
Use GPT2 for the LEDComm Driver. More... | |
#define | LEDCOMM_USE_EXTD1 TRUE |
Use EXT1 for the LEDComm Driver. More... | |
#define | LEDCOMM_USE_EXTD2 FALSE |
Use EXT2 for the LEDComm Driver. More... | |
#define | LEDCOMM_THREADED FALSE |
Use a thread to process the driver logic. More... | |
#define | LEDCOMM_BUFFERS_SIZE 16 |
The size of the input and output queues. More... | |
LEDComm configuration header.
LEDComm configuration file, this file allows to enable or disable the various settings for the LEDComm device drivers from your application. You may also use this file in order to override the device drivers default settings.
Definition in file ledcommconf.h.