task_handleData(722).h 858 B

123456789101112131415161718192021222324252627282930313233343536
  1. #ifndef _TASK_HANDLEDATA_H_
  2. #define _TASK_HANDLEDATA_H_
  3. /* includes ----------------------------------------------------------*/
  4. #include "stm32f1xx_hal.h"
  5. #include "usart.h"
  6. #include <stdio.h>
  7. #include <stdlib.h>
  8. #include <string.h>
  9. #include <stdbool.h>
  10. #include <ctype.h>
  11. #include "EC800.h"
  12. #include "flash.h"
  13. #include "main.h"
  14. #include "task_communication.h"
  15. #include "turnDetection.h"
  16. #include "global.h"
  17. /* typedef -----------------------------------------------------------*/
  18. /* define ------------------------------------------------------------*/
  19. /* macro -------------------------------------------------------------*/
  20. /* variables ---------------------------------------------------------*/
  21. /* function prototypes -----------------------------------------------*/
  22. // @brief Êý¾Ý´¦ÀíÈÎÎñ
  23. extern void task_handle_data(void);
  24. #endif