matrixr 2.0.0.0
|
MatrixR Click example. More...
Functions | |
void | application_init () |
void | application_task () |
int | main (void) |
MatrixR Click example.
This example showcases how to prepare the logger and click modules for use and how to display ASCII characters on both of the LED segments of the click.
The demo application is composed of two sections :
This function initializes and configures the logger and click modules. After the initialization of the logger module, communication, mikrobus and pin setup, some of the registers are configured in order for the click module to work properly.
This function displays two strings on each of the LED segments, showing one character every second. It should display " Mikroelektronika" on the left one and "Mikroelektronika " on the right.
void application_init | ( | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | ) |
int main | ( | void | ) |