trying to toggle output on output compare and in interrupt, not working
This commit is contained in:
@ -41,6 +41,12 @@
|
||||
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
|
||||
#define LED2_PIN_Pin GPIO_PIN_4
|
||||
#define LED2_PIN_GPIO_Port GPIOE
|
||||
#define LED3_PIN_Pin GPIO_PIN_5
|
||||
#define LED3_PIN_GPIO_Port GPIOE
|
||||
#define LED4_PIN_Pin GPIO_PIN_6
|
||||
#define LED4_PIN_GPIO_Port GPIOE
|
||||
#define LED_PIN_Pin GPIO_PIN_13
|
||||
#define LED_PIN_GPIO_Port GPIOC
|
||||
/* USER CODE BEGIN Private defines */
|
||||
|
Reference in New Issue
Block a user