1 2 3 4 5 6 7 8 9 10 11
#include <avr/io.h> #include <avr/interrupt.h> #include <stdint.h> #include "timer.h" #ifndef _IOE_PWM_H_ #define _IOE_PWM_H_ #endif /* _IOE_PWM_H_ */