time.h 116 B

1234567
  1. #ifndef __TIME_H__
  2. #define __TIME_H__
  3. #include "stm32f10x.h"
  4. uint32_t Get_Time(void);
  5. void tim4_init(void);
  6. #endif