User_Dri_main.h 234 B

123456789101112131415
  1. #ifndef __USER_DRI_MAIN_H_
  2. #define __USER_DRI_MAIN_H_
  3. #include <Myproject.h>
  4. #include "commution.h"
  5. #include "Temp_compute.h"
  6. #include "watch.h"
  7. void User_Dri_timer1ms(void);
  8. void TargetRef_Process1(void);
  9. #endif