Charge.h 187 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 #ifndef __CHARGE_H #define __CHARGE_H #include "sys.h" #include "my_data.h" #include "math.h" void Charge_Pro(void); extern u8 F_CharDir;//充电口方向,相对车体坐标系,车尾是4 #endif