led.h 138 B

1234567891011
  1. #ifndef __LED_H
  2. #define __LED_H
  3. #include "sys.h"
  4. #define LED_OUT PBout(1)// PC14
  5. void LED_Init(void);//³õʼ»¯
  6. #endif