1 2 3 4 5 6 7
#ifndef _POTI_H #define _POTI_H extern void poti_comp_carr(u_int8_t position); extern void poti_init(void); #endif