summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/picc/poti.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-10 00:02:46 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-10 00:02:46 +0000
commitbb35dd012651e6af069ef0fa549f4abfd533acb0 (patch)
tree17bfaada42e2e957f7bbed9b9cb5123adbd5f11c /openpcd/firmware/src/picc/poti.h
parent4cceea07ca0b48ecab07a22c5819e3982dbfbe37 (diff)
Commit code to drive SPI Potentiometers
git-svn-id: https://svn.openpcd.org:2342/trunk@163 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/picc/poti.h')
-rw-r--r--openpcd/firmware/src/picc/poti.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openpcd/firmware/src/picc/poti.h b/openpcd/firmware/src/picc/poti.h
new file mode 100644
index 0000000..92ec00d
--- /dev/null
+++ b/openpcd/firmware/src/picc/poti.h
@@ -0,0 +1,7 @@
+#ifndef _POTI_H
+#define _POTI_H
+
+extern void poti_comp_carr(u_int8_t position);
+extern void poti_init(void);
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary