summaryrefslogtreecommitdiff
path: root/firmware/src/picc/poti.h
blob: 92ec00d611e4ec310b50287b35cc38142021c24e (plain)
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
personal git repositories of Harald Welte. Your mileage may vary