zigbee_task.h 140 B

1234567891011
  1. #ifndef __ZIGBEE_TASK_H
  2. #define __ZIGBEE_TASK_H
  3. #include "FreeRTOS.h"
  4. #include "task.h"
  5. void zigbee_task(void *pvParameters);
  6. #endif