dmx 2.0.0.0
|
DMX Click example. More...
Macros | |
#define | APP_BUFFER_SIZE 256 |
#define | PROCESS_BUFFER_SIZE 256 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
DMX Click example.
This example demonstrates the use of the DMX click board by showcasing the control for a 6-channel DMX RGB LED reflector connected to it.
The demo application is composed of two sections :
Initializes the driver and performs the click default configuration.
Performs the LEDs dimming control on a 6-channel DMX RGB LED reflector.
#define APP_BUFFER_SIZE 256 |
#define PROCESS_BUFFER_SIZE 256 |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |