diff options
Diffstat (limited to 'pwm.h')
-rw-r--r-- | pwm.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,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_ */ |