Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 332 → Rev 333

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