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