aboutsummaryrefslogtreecommitdiff
path: root/pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'pwm.h')
-rw-r--r--pwm.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/pwm.h b/pwm.h
deleted file mode 100644
index 0dbc007..0000000
--- a/pwm.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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_ */