add firmware
This commit is contained in:
5
drv/tick.h
Normal file
5
drv/tick.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void TICK_Init();
|
||||
unsigned long TICK_GetCount();
|
||||
void Tick_Delay(unsigned long ms);
|
Reference in New Issue
Block a user