diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-07 11:30:13 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-07 11:30:13 +0000 |
commit | ee25d9a00e48c310d58b21629a6bc672136c4503 (patch) | |
tree | c41d226e6bc60cd2f4c904f24ac5690e60eec47b /openpicc/application/da.h | |
parent | 633c646ab36368caf6eaeedd326d9f1835196afd (diff) |
DA code to set the comparator threshold
git-svn-id: https://svn.openpcd.org:2342/trunk@312 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/da.h')
-rw-r--r-- | openpicc/application/da.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openpicc/application/da.h b/openpicc/application/da.h new file mode 100644 index 0000000..e264e2b --- /dev/null +++ b/openpicc/application/da.h @@ -0,0 +1,7 @@ +#ifndef _DA_H +#define _DA_H + +extern void da_comp_carr(u_int8_t position); +extern void da_init(void); + +#endif |