#ifndef __LED_H #define __LED_H #include "sys.h" #include "general_type.h" #include "stm32l1xx.h" #include "stm32l1xx_gpio.h" #include "stm32l1xx_rcc.h" void LED_Init(void);//³υΚΌ»― #define LED1_PORT 1 #define LED1_RUN(sts) (sts?( GPIOA->ODR |= (unsigned int)(1<ODR &= ~((unsigned int)(1<