Microchip® Advanced Software Framework

wsndemo.h File Reference

WSNDemo application interface.

Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries.

#include "board.h"
#include "sysTimer.h"

Macros

#define LED_BLINK   LED1_GPIO
 
#define LED_DATA   LED1_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...
 

Variables

SYS_Timer_t appDataSendingTimer
 

#define LED_BLINK   LED1_GPIO
#define LED_DATA   LED1_GPIO
#define LED_NETWORK   LED0_GPIO

void wsndemo_task ( void  )

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

References APP_TaskHandler(), MeshTasks(), and PDS_TaskHandler().

Referenced by main().

SYS_Timer_t appDataSendingTimer