- #ifndef __LED_H
- #define __LED_H
- #include "sys.h"
- #define LED1 PBout(12)// PB5
- #define LED2 PBout(13)// PB5
- #define LED3 PBout(14)// PB5
- #define LED4 PBout(15)// PB5
- #define DJ_OUT PCout(15)// PC14
- #define JDQPIN PBout(15)// PB6
- void LED_Init(void);//³õʼ»¯
-
- #endif
|