task_handleData(2948).h 838 B

1234567891011121314151617181920212223242526272829303132333435
  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. /* typedef -----------------------------------------------------------*/
  17. /* define ------------------------------------------------------------*/
  18. /* macro -------------------------------------------------------------*/
  19. /* variables ---------------------------------------------------------*/
  20. /* function prototypes -----------------------------------------------*/
  21. // @brief Êý¾Ý´¦ÀíÈÎÎñ
  22. extern void task_handle_data(void);
  23. #endif