ADD: TIM3 timer and oscillate diod LED1 with 200us
This commit is contained in:
parent
421ba982dd
commit
314af70ff0
9 changed files with 878 additions and 26 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue