AutoCourse.h 168 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #ifndef __AUTOCOURSE_H #define __AUTOCOURSE_H #include "sys.h" #include "my_data.h" #include "My_GetAdc.h" #include "math.h" void AutoCourse_Pro(void); // #endif