Files
Sasa Karanovic dcda38bcac Initial commit.
2021-02-25 22:20:15 -05:00

13 lines
196 B
C

#ifndef __tim_H
#define __tim_H
#include "main.h"
extern TIM_HandleTypeDef htim2;
void MX_TIM2_Init(void);
void HAL_TIM_MspPostInit(TIM_HandleTypeDef *htim);
#endif /*__ tim_H */