USB Device - Joystick/Mouse  1.0
Macros

Macros

#define LEDn   4
 
#define LED1_PIN   GPIO_Pin_6
 
#define LED1_GPIO_PORT   GPIOG
 
#define LED1_GPIO_CLK   RCC_AHB1Periph_GPIOG
 
#define LED2_PIN   GPIO_Pin_8
 
#define LED2_GPIO_PORT   GPIOG
 
#define LED2_GPIO_CLK   RCC_AHB1Periph_GPIOG
 
#define LED3_PIN   GPIO_Pin_9
 
#define LED3_GPIO_PORT   GPIOI
 
#define LED3_GPIO_CLK   RCC_AHB1Periph_GPIOI
 
#define LED4_PIN   GPIO_Pin_7
 
#define LED4_GPIO_PORT   GPIOC
 
#define LED4_GPIO_CLK   RCC_AHB1Periph_GPIOC
 

Detailed Description