led.h 122 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #ifndef _LED_H #define _LED_H #include "sys.h" //LED¶Ë¿Ú¶¨Òå #define LED0 PEout(6) void LED_Init(void); //³õʼ»¯ #endif