Microchip® Advanced Software Framework

wsndemo.h File Reference
#include "board.h"

Macros

#define LED_BLINK   LED0_GPIO
 
#define LED_DATA   LED0_GPIO
 
#define LED_IDENTIFY   LED0_GPIO
 
#define LED_NETWORK   LED0_GPIO
 

Functions

void wsndemo_init (void)
 Init function of the WSNDemo application. More...
 
void wsndemo_task (void)
 Task of the WSNDemo application This task should be called in a while(1) More...
 

#define LED_BLINK   LED0_GPIO
#define LED_DATA   LED0_GPIO

Referenced by appDataInd(), and appSendData().

#define LED_NETWORK   LED0_GPIO

Referenced by appInit().

void wsndemo_init ( void  )

Init function of the WSNDemo application.

References sio2host_init(), sm_init(), and SYS_Init().

Referenced by main().

void wsndemo_task ( void  )

Task of the WSNDemo application This task should be called in a while(1)

References APP_TaskHandler(), and SYS_TaskHandler().

Referenced by main().