anynet2g 2.0.0.0
|
AnyNet 2G Click Example. More...
Macros | |
#define | APP_BUFFER_SIZE 256 |
#define | PROCESS_BUFFER_SIZE 256 |
#define | AWS_TOPIC_OPEN "0,\"MY_TOPIC_OPEN\"" |
#define | AWS_TOPIC_SUBSCRIBE "0,\"MY_TOPIC_SUBSCRIBE\"" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
AnyNet 2G Click Example.
This example demonstrates the use of AnyNet 2G click board.
The demo application is composed of two sections :
Initializes the driver and sends a few AT commands to test the communication and configure the click board.
Reads all the received data and logs them to the USB UART.
#define APP_BUFFER_SIZE 256 |
#define AWS_TOPIC_OPEN "0,\"MY_TOPIC_OPEN\"" |
#define AWS_TOPIC_SUBSCRIBE "0,\"MY_TOPIC_SUBSCRIBE\"" |
#define PROCESS_BUFFER_SIZE 256 |
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 | ) |