Rev 231 |
Go to most recent revision |
Blame |
Last modification |
View Log
| RSS feed
#ifndef _TIMER0_H
#define _TIMER0_H
#include <inttypes.h>
extern volatile uint16_t CountMilliseconds;
#ifdef USE_FOLLOWME
extern volatile uint16_t BeepTime;
extern volatile uint16_t BeepModulation;
#endif
extern void TIMER0_Init(void);
extern void Delay_ms(uint16_t w);
extern void Delay_ms_Mess(uint16_t w);
extern uint16_t SetDelay (uint16_t t);
extern int8_t CheckDelay (uint16_t t);
#endif //_TIMER0_H