ism5 2.1.0.0
|
ISM 5 Click example. More...
Macros | |
#define | DEMO_APP_SERVER |
#define | TEXT_MESSAGE_TO_SEND "Greetings from ISM 5 click board client" |
#define | ACKNOWLEDGE_RESPONSE "ACK OK" |
#define | CHANNEL_NUMBER 0 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
ISM 5 Click example.
This example demonstrates the use of an ISM 5 click board by showing the communication between the two click boards (Server and Client).
The demo application is composed of two sections :
Initializes the driver, performs the click default configuration, then reads and displays the device part information.
There are two application modes: Server and Client.
#define ACKNOWLEDGE_RESPONSE "ACK OK" |
#define CHANNEL_NUMBER 0 |
#define DEMO_APP_SERVER |
#define TEXT_MESSAGE_TO_SEND "Greetings from ISM 5 click board client" |
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 | ) |
int main | ( | void | ) |