5 lines
98 B
C
5 lines
98 B
C
#pragma once
|
|
|
|
void TICK_Init();
|
|
unsigned long TICK_GetCount();
|
|
void Tick_Delay(unsigned long ms); |