2022-10-20 17:13:02 +08:00
|
|
|
|
/**
|
|
|
|
|
****************************(C) COPYRIGHT 2019 DJI****************************
|
|
|
|
|
* @file led_trigger_task.c/h
|
|
|
|
|
* @brief led RGB show.led RGB<EFBFBD><EFBFBD>Ч<EFBFBD><EFBFBD>
|
2022-11-19 15:40:38 +08:00
|
|
|
|
* @note
|
2022-10-20 17:13:02 +08:00
|
|
|
|
* @history
|
|
|
|
|
* Version Date Author Modification
|
|
|
|
|
* V1.0.0 Nov-11-2019 RM 1. rgb led
|
|
|
|
|
*
|
|
|
|
|
@verbatim
|
|
|
|
|
==============================================================================
|
|
|
|
|
|
|
|
|
|
==============================================================================
|
|
|
|
|
@endverbatim
|
|
|
|
|
****************************(C) COPYRIGHT 2019 DJI****************************
|
|
|
|
|
*/
|
|
|
|
|
#ifndef LED_TRIGGER_TASK_H
|
|
|
|
|
#define LED_TRIGGER_TASK_H
|
|
|
|
|
|
2022-11-19 15:40:38 +08:00
|
|
|
|
#include <stdint-gcc.h>
|
2022-10-20 17:13:02 +08:00
|
|
|
|
|
|
|
|
|
/**
|
2022-11-19 15:40:38 +08:00
|
|
|
|
* @brief led rgb task
|
|
|
|
|
* @param[in] pvParameters: NULL
|
|
|
|
|
* @retval none
|
|
|
|
|
*/
|
2022-10-20 17:13:02 +08:00
|
|
|
|
/**
|
2022-11-19 15:40:38 +08:00
|
|
|
|
* @brief led RGB<EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
* @param[in] pvParameters: NULL
|
|
|
|
|
* @retval none
|
|
|
|
|
*/
|
2022-10-20 17:13:02 +08:00
|
|
|
|
extern void led_RGB_flow_task();
|
|
|
|
|
|
|
|
|
|
#endif
|