MiaoUI/HARDWARE/TimerTick/TimerTick.h

11 lines
194 B
C
Raw Normal View History

2023-12-08 14:22:57 +00:00
#ifndef _TimerTick_H
#define _TimerTick_H
2023-06-30 04:50:02 +00:00
#include "stm32f10x.h"
#include "multi_button.h"
2023-06-30 04:50:02 +00:00
void Timer_Init(void);
2023-06-30 04:50:02 +00:00
void Tims_delay_us(uint16_t nus);
void Tims_delay_ms(uint32_t xms);
#endif