Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 22 → Rev 23

/tags/V0.1/timer.h
0,0 → 1,10
#ifndef _TIMER_H
#define _TIMER_H
 
extern u32 CountMilliseconds;
 
void TIMER1_Init(void);
u32 SetDelay (u32 t);
u8 CheckDelay(u32 t);
void Delay_ms(u32 w);
#endif