123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef _TASK_HANDLEDATA_H_
- #define _TASK_HANDLEDATA_H_
- /* includes ----------------------------------------------------------*/
- #include "stm32f1xx_hal.h"
- #include "usart.h"
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <stdbool.h>
- #include <ctype.h>
- #include "EC800.h"
- #include "flash.h"
- #include "main.h"
- #include "task_communication.h"
- #include "turnDetection.h"
- #include "global.h"
- /* typedef -----------------------------------------------------------*/
- /* define ------------------------------------------------------------*/
- /* macro -------------------------------------------------------------*/
- /* variables ---------------------------------------------------------*/
- /* function prototypes -----------------------------------------------*/
- // @brief Êý¾Ý´¦ÀíÈÎÎñ
- extern void task_handle_data(void);
- #endif
|