#ifndef _TIMER0_H_ #define _TIMER0_H_ #include "mc9s12xhy128.h" #include "stdint.h" extern uint8_t dutyCycle; extern uint32_t TimerCycle; extern uint16_t Espeed; void TIMER0_INIT(void); #endif