diff options
Diffstat (limited to 'firmware/src/picc/poti.h')
-rw-r--r-- | firmware/src/picc/poti.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/src/picc/poti.h b/firmware/src/picc/poti.h new file mode 100644 index 0000000..92ec00d --- /dev/null +++ b/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 |