terminal2 2.0.0.0
|
Terminal 2 Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Terminal 2 Click Example.
This example demonstates the use of Terminal 2 click board by toggling all its pins.
The demo application is composed of two sections :
Initializes the driver and logger and sets all pins to low logic state.
Toggles all pins from mikroBUS one by one in the span of 1 second between each pin toggle.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
< Array of pins object addresses.
int main | ( | void | ) |