Microchip® Advanced Software Framework

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

Macros

#define LED_COUNT   0
 

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_COUNT   0

void wsndemo_init ( void  )

Init function of the WSNDemo application.

References sio2host_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().