123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- #ifndef __LED_H
- #define __LED_H
- #include "stm32f2xx.h"
- //引脚定义
- /******************** A_LED ********************/
- #define A_LED1_PIN GPIO_Pin_0
- #define A_LED1_GPIO_PORT GPIOA
- #define A_LED1_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED2_PIN GPIO_Pin_1
- #define A_LED2_GPIO_PORT GPIOA
- #define A_LED2_GPIO_CLK RCC_AHB1Periph_GPIOA
-
- #define A_LED3_PIN GPIO_Pin_2
- #define A_LED3_GPIO_PORT GPIOA
- #define A_LED3_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED4_PIN GPIO_Pin_3
- #define A_LED4_GPIO_PORT GPIOA
- #define A_LED4_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED5_PIN GPIO_Pin_7
- #define A_LED5_GPIO_PORT GPIOG
- #define A_LED5_GPIO_CLK RCC_AHB1Periph_GPIOG
- #define A_LED6_PIN GPIO_Pin_4
- #define A_LED6_GPIO_PORT GPIOG
- #define A_LED6_GPIO_CLK RCC_AHB1Periph_GPIOG
- #define A_LED7_PIN GPIO_Pin_5
- #define A_LED7_GPIO_PORT GPIOG
- #define A_LED7_GPIO_CLK RCC_AHB1Periph_GPIOG
- #define A_LED8_PIN GPIO_Pin_6
- #define A_LED8_GPIO_PORT GPIOG
- #define A_LED8_GPIO_CLK RCC_AHB1Periph_GPIOG
- #define A_LED9_PIN GPIO_Pin_8
- #define A_LED9_GPIO_PORT GPIOA
- #define A_LED9_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED10_PIN GPIO_Pin_9
- #define A_LED10_GPIO_PORT GPIOA
- #define A_LED10_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED11_PIN GPIO_Pin_10
- #define A_LED11_GPIO_PORT GPIOA
- #define A_LED11_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED12_PIN GPIO_Pin_11
- #define A_LED12_GPIO_PORT GPIOA
- #define A_LED12_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED13_PIN GPIO_Pin_12
- #define A_LED13_GPIO_PORT GPIOA
- #define A_LED13_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED14_PIN GPIO_Pin_13
- #define A_LED14_GPIO_PORT GPIOA
- #define A_LED14_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED15_PIN GPIO_Pin_14
- #define A_LED15_GPIO_PORT GPIOA
- #define A_LED15_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED16_PIN GPIO_Pin_15
- #define A_LED16_GPIO_PORT GPIOA
- #define A_LED16_GPIO_CLK RCC_AHB1Periph_GPIOA
- #define A_LED17_PIN GPIO_Pin_0
- #define A_LED17_GPIO_PORT GPIOB
- #define A_LED17_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define A_LED18_PIN GPIO_Pin_1
- #define A_LED18_GPIO_PORT GPIOB
- #define A_LED18_GPIO_CLK RCC_AHB1Periph_GPIOB
- /******************** B_LED ********************/
- #define B_LED1_PIN GPIO_Pin_2
- #define B_LED1_GPIO_PORT GPIOB
- #define B_LED1_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED2_PIN GPIO_Pin_3
- #define B_LED2_GPIO_PORT GPIOB
- #define B_LED2_GPIO_CLK RCC_AHB1Periph_GPIOB
-
- #define B_LED3_PIN GPIO_Pin_4
- #define B_LED3_GPIO_PORT GPIOB
- #define B_LED3_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED4_PIN GPIO_Pin_5
- #define B_LED4_GPIO_PORT GPIOB
- #define B_LED4_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED5_PIN GPIO_Pin_6
- #define B_LED5_GPIO_PORT GPIOB
- #define B_LED5_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED6_PIN GPIO_Pin_7
- #define B_LED6_GPIO_PORT GPIOB
- #define B_LED6_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED7_PIN GPIO_Pin_8
- #define B_LED7_GPIO_PORT GPIOB
- #define B_LED7_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED8_PIN GPIO_Pin_9
- #define B_LED8_GPIO_PORT GPIOB
- #define B_LED8_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED9_PIN GPIO_Pin_10
- #define B_LED9_GPIO_PORT GPIOB
- #define B_LED9_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED10_PIN GPIO_Pin_11
- #define B_LED10_GPIO_PORT GPIOB
- #define B_LED10_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED11_PIN GPIO_Pin_12
- #define B_LED11_GPIO_PORT GPIOB
- #define B_LED11_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED12_PIN GPIO_Pin_13
- #define B_LED12_GPIO_PORT GPIOB
- #define B_LED12_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED13_PIN GPIO_Pin_14
- #define B_LED13_GPIO_PORT GPIOB
- #define B_LED13_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED14_PIN GPIO_Pin_15
- #define B_LED14_GPIO_PORT GPIOB
- #define B_LED14_GPIO_CLK RCC_AHB1Periph_GPIOB
- #define B_LED15_PIN GPIO_Pin_12
- #define B_LED15_GPIO_PORT GPIOD
- #define B_LED15_GPIO_CLK RCC_AHB1Periph_GPIOD
- #define B_LED16_PIN GPIO_Pin_13
- #define B_LED16_GPIO_PORT GPIOD
- #define B_LED16_GPIO_CLK RCC_AHB1Periph_GPIOD
- #define B_LED17_PIN GPIO_Pin_14
- #define B_LED17_GPIO_PORT GPIOD
- #define B_LED17_GPIO_CLK RCC_AHB1Periph_GPIOD
- #define B_LED18_PIN GPIO_Pin_15
- #define B_LED18_GPIO_PORT GPIOD
- #define B_LED18_GPIO_CLK RCC_AHB1Periph_GPIOD
- /******************** C_LED ********************/
- #define C_LED1_PIN GPIO_Pin_0
- #define C_LED1_GPIO_PORT GPIOE
- #define C_LED1_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED2_PIN GPIO_Pin_1
- #define C_LED2_GPIO_PORT GPIOE
- #define C_LED2_GPIO_CLK RCC_AHB1Periph_GPIOE
-
- #define C_LED3_PIN GPIO_Pin_2
- #define C_LED3_GPIO_PORT GPIOE
- #define C_LED3_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED4_PIN GPIO_Pin_3
- #define C_LED4_GPIO_PORT GPIOE
- #define C_LED4_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED5_PIN GPIO_Pin_4
- #define C_LED5_GPIO_PORT GPIOE
- #define C_LED5_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED6_PIN GPIO_Pin_5
- #define C_LED6_GPIO_PORT GPIOE
- #define C_LED6_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED7_PIN GPIO_Pin_6
- #define C_LED7_GPIO_PORT GPIOE
- #define C_LED7_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED8_PIN GPIO_Pin_7
- #define C_LED8_GPIO_PORT GPIOE
- #define C_LED8_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED9_PIN GPIO_Pin_8
- #define C_LED9_GPIO_PORT GPIOE
- #define C_LED9_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED10_PIN GPIO_Pin_9
- #define C_LED10_GPIO_PORT GPIOE
- #define C_LED10_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED11_PIN GPIO_Pin_10
- #define C_LED11_GPIO_PORT GPIOE
- #define C_LED11_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED12_PIN GPIO_Pin_11
- #define C_LED12_GPIO_PORT GPIOE
- #define C_LED12_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED13_PIN GPIO_Pin_12
- #define C_LED13_GPIO_PORT GPIOE
- #define C_LED13_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED14_PIN GPIO_Pin_13
- #define C_LED14_GPIO_PORT GPIOE
- #define C_LED14_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED15_PIN GPIO_Pin_14
- #define C_LED15_GPIO_PORT GPIOE
- #define C_LED15_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED16_PIN GPIO_Pin_15
- #define C_LED16_GPIO_PORT GPIOE
- #define C_LED16_GPIO_CLK RCC_AHB1Periph_GPIOE
- #define C_LED17_PIN GPIO_Pin_0
- #define C_LED17_GPIO_PORT GPIOF
- #define C_LED17_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define C_LED18_PIN GPIO_Pin_1
- #define C_LED18_GPIO_PORT GPIOF
- #define C_LED18_GPIO_CLK RCC_AHB1Periph_GPIOF
- /******************** D_LED ********************/
- #define D_LED1_PIN GPIO_Pin_2
- #define D_LED1_GPIO_PORT GPIOF
- #define D_LED1_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED2_PIN GPIO_Pin_3
- #define D_LED2_GPIO_PORT GPIOF
- #define D_LED2_GPIO_CLK RCC_AHB1Periph_GPIOF
-
- #define D_LED3_PIN GPIO_Pin_4
- #define D_LED3_GPIO_PORT GPIOF
- #define D_LED3_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED4_PIN GPIO_Pin_5
- #define D_LED4_GPIO_PORT GPIOF
- #define D_LED4_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED5_PIN GPIO_Pin_6
- #define D_LED5_GPIO_PORT GPIOF
- #define D_LED5_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED6_PIN GPIO_Pin_7
- #define D_LED6_GPIO_PORT GPIOF
- #define D_LED6_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED7_PIN GPIO_Pin_8
- #define D_LED7_GPIO_PORT GPIOF
- #define D_LED7_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED8_PIN GPIO_Pin_9
- #define D_LED8_GPIO_PORT GPIOF
- #define D_LED8_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED9_PIN GPIO_Pin_10
- #define D_LED9_GPIO_PORT GPIOF
- #define D_LED9_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED10_PIN GPIO_Pin_11
- #define D_LED10_GPIO_PORT GPIOF
- #define D_LED10_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED11_PIN GPIO_Pin_12
- #define D_LED11_GPIO_PORT GPIOF
- #define D_LED11_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED12_PIN GPIO_Pin_13
- #define D_LED12_GPIO_PORT GPIOF
- #define D_LED12_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED13_PIN GPIO_Pin_14
- #define D_LED13_GPIO_PORT GPIOF
- #define D_LED13_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED14_PIN GPIO_Pin_15
- #define D_LED14_GPIO_PORT GPIOF
- #define D_LED14_GPIO_CLK RCC_AHB1Periph_GPIOF
- #define D_LED15_PIN GPIO_Pin_0
- #define D_LED15_GPIO_PORT GPIOG
- #define D_LED15_GPIO_CLK RCC_AHB1Periph_GPIOG
- #define D_LED16_PIN GPIO_Pin_1
- #define D_LED16_GPIO_PORT GPIOG
- #define D_LED16_GPIO_CLK RCC_AHB1Periph_GPIOG
- #define D_LED17_PIN GPIO_Pin_2
- #define D_LED17_GPIO_PORT GPIOG
- #define D_LED17_GPIO_CLK RCC_AHB1Periph_GPIOG
- #define D_LED18_PIN GPIO_Pin_3
- #define D_LED18_GPIO_PORT GPIOG
- #define D_LED18_GPIO_CLK RCC_AHB1Periph_GPIOG
- /************************************************************/
- void LED_GPIO_Config(void);
- void led(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, uint8_t a);
- /** 控制LED灯亮灭的宏,
- * LED低电平亮,设置ON=0,OFF=1
- * 若LED高电平亮,把宏设置成ON=1 ,OFF=0 即可
- */
- #define ON 1
- #define OFF 0
-
- uint8_t all_whilte_light(uint8_t cmd);
- uint8_t all_green_light(uint8_t cmd);
- uint8_t all_red_light(uint8_t cmd);
- uint8_t all_yellow_light(uint8_t cmd);
- uint8_t all_light(uint8_t cmd);
-
- #endif
|