summaryrefslogtreecommitdiff
path: root/pcr-controller/pwm.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-02-24 22:24:36 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-02-24 22:24:36 +0100
commitf3fb2a87faea8acf60a8d202bf860d4503e9810b (patch)
tree6b17519c6091ea08e9638ef4cef5bb48a5bbd159 /pcr-controller/pwm.h
parentmoved ats-watch to avr-projects repo at git.helsinki.at (diff)
moved pcr-controller to realraum github repo
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