c7seg 2.0.0.0
|
7seg Click example More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
7seg Click example
Example code consist of two sections: AppInit and AppTask, and shows number or character on 7seg display.
The demo application is composed of two sections :
Application Init performs Logger and Click Initialization.
Application Task shows functionality of the 7seg click, shows number or character on left and right display.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |