ADD: TIM3 timer and oscillate diod LED1 with 200us

This commit is contained in:
vanyabeat 2024-01-17 16:36:15 +03:00
parent 421ba982dd
commit 314af70ff0
9 changed files with 878 additions and 26 deletions

View file

@ -32,12 +32,15 @@ extern "C" {
/* USER CODE END Includes */
extern TIM_HandleTypeDef htim3;
/* USER CODE BEGIN Private defines */
/* USER CODE END Private defines */
void MX_TIM1_Init(void);
void MX_TIM2_Init(void);
void MX_TIM3_Init(void);
/* USER CODE BEGIN Prototypes */