summaryrefslogtreecommitdiff
path: root/pcr-controller/pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-controller/pwm.h')
-rw-r--r--pcr-controller/pwm.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/pcr-controller/pwm.h b/pcr-controller/pwm.h
deleted file mode 100644
index 2459cd3..0000000
--- a/pcr-controller/pwm.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef PWM_H_INCLUDED_
-#define PWM_H_INCLUDED_
-
-#include <avr/io.h>
-
-void pwm_init(void);
-void pwm_b5_set(uint8_t val);
-void pwm_d7_set(uint8_t val);
-
-
-#endif