Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 270 → Rev 271

/FollowMe/timer0.h
4,7 → 4,10
#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);