mirror of
https://github.com/SasaKaranovic/HousePlantMonitoringSystem.git
synced 2026-07-12 11:42:40 +02:00
13 lines
196 B
C
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 */
|
|
|