#ifndef __LED_H #define __LED_H #include "sys.h" #define buzz PCout(13)// PB5 #define out PBout(7)// PB7 void LED_Init(void);//³υΚΌ»― #endif