ism 2.0.0.0
|
Ism Click example. More...
Macros | |
#define | DEMO_APP_TRANSMITTER |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Ism Click example.
This library contains API for the ISM Click driver. This example transmits/receives and processes data from ISM clicks.
The demo application is composed of two sections :
Initializes driver and performs the default configuration.
Transmitter/Receiver task depends on uncommented code. Receiver logging each received byte to the UART for data logging, while transmitter send messages every 1 second.
#define DEMO_APP_TRANSMITTER |
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 | ) |