summaryrefslogtreecommitdiff
path: root/pcr-controller/pwm.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-10-10 23:41:05 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-10-10 23:41:05 +0000
commitb0cd207694674c5509932e3fd1d286f5d4d98780 (patch)
treeca0ad267b82927c2f55076bf8da326ce6907623d /pcr-controller/pwm.h
parentmore precision (diff)
OpenPCR-controller
git-svn-id: https://svn.spreadspace.org/avr/trunk@238 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'pcr-controller/pwm.h')
-rw-r--r--pcr-controller/pwm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr-controller/pwm.h b/pcr-controller/pwm.h
new file mode 100644
index 0000000..1e5f184
--- /dev/null
+++ b/pcr-controller/pwm.h
@@ -0,0 +1,10 @@
+#ifndef PWM_H_INCLUDED_
+#define PWM_H_INCLUDED_
+
+#include <avr/io.h>
+
+void pwm_init(void);
+void pwm_set(uint8_t val);
+
+
+#endif \ No newline at end of file