mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-07-18 09:42:08 +00:00
11 lines
194 B
C
11 lines
194 B
C
#ifndef _TimerTick_H
|
|
#define _TimerTick_H
|
|
|
|
#include "stm32f10x.h"
|
|
#include "multi_button.h"
|
|
|
|
void Timer_Init(void);
|
|
void Tims_delay_us(uint16_t nus);
|
|
void Tims_delay_ms(uint32_t xms);
|
|
|
|
#endif |