This commit is contained in:
v0stap
2026-04-03 16:34:46 +02:00
commit bd00d0025d
139 changed files with 132443 additions and 0 deletions

22
Test2/Core/Inc/timers.h Normal file
View File

@@ -0,0 +1,22 @@
/*
* timers.h
*
* Created on: 4 янв. 2026г.
* Author: v0stap
*/
#ifndef INC_TIMERS_H_
#define INC_TIMERS_H_
#include "main.h"
void Timers_Init(void);
void TIM1_Init(void);
void TIM2_Init(void);
void TIM3_Init(void);
void TIM6_Init(void);
void TIM7_Init(void);
void TIM14_Init(void);
void TIM15_Init(void);
void TIM16_Init(void);
void TIM17_Init(void);
#endif /* INC_TIMERS_H_ */