Files
CAN-IO/Test2/Core/Inc/timers.h
v0stap bd00d0025d test
2026-04-03 16:34:46 +02:00

23 lines
421 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* 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_ */