relay3 2.0.0.0
|
Relay 3 Click example. More...
Functions | |
void | application_init () |
void | application_task () |
int | main (void) |
Relay 3 Click example.
This example starts off with the initialization and configuration of the click and logger modules and later on showcases how to turn specified relays ON/OFF using the output pins.
The demo application is composed of two sections :
This function initialises and configures the logger and click modules.
This function turns on the 1st and the 2nd relay and then turns them both off.
void application_init | ( | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | ) |
int main | ( | void | ) |