LED.h 155 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 #ifndef __LED_H #define __LED_H #include "sys.h" #include "my_data.h" #include "My_GetAdc.h" #include "math.h" void Led_Pro(void);//ÈýÉ«µÆÊä³ö #endif