#ifndef __LED_H #define __LED_H #include "sys.h" #define LED1 PEout(5)// PB5 #define buzz PAout(1) #define gsm_rst PBout(12)// PB7 #define JDQ PBout(13)// PB6 void LED_Init(void);//³õʼ»¯ #endif