WSNDemo application and stack configuration.
Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | APP_CAPTION "Client-PAN Coordinator" |
#define | APP_COORDINATOR 1 |
#define | APP_ENDDEVICE 0 |
#define | APP_NODE_TYPE 0 |
#define | APP_NWKSTATUS_INTERVAL 1000 |
#define | APP_ROUTER 0 |
#define | APP_RX_BUF_SIZE 20 |
#define | APP_SENDING_INTERVAL 10000 |
#define | PAN_COORDINATOR_SHORT_ADDRESS 0x0000 |
#define | SHORT_ADDRESS_CAPTION_SIZE 7 |
#define APP_CAPTION "Client-PAN Coordinator" |
Referenced by appInit(), and appSendData().
#define APP_COORDINATOR 1 |
#define APP_ENDDEVICE 0 |
#define APP_NODE_TYPE 0 |
Referenced by appInit().
#define APP_NWKSTATUS_INTERVAL 1000 |
Referenced by appInit().
#define APP_ROUTER 0 |
#define APP_RX_BUF_SIZE 20 |
Referenced by APP_TaskHandler().
#define APP_SENDING_INTERVAL 10000 |
Referenced by APP_TaskHandler(), and appInit().
#define PAN_COORDINATOR_SHORT_ADDRESS 0x0000 |
Referenced by appSendData().
#define SHORT_ADDRESS_CAPTION_SIZE 7 |
Referenced by appSendData().