summaryrefslogtreecommitdiff
path: root/firmware/src/picc/poti.h
blob: 0d238a3f9e4ee937eac8ce2a879776c15acc0f83 (plain)
1
2
3
4
5
6
7
#ifndef _POTI_H
#define _POTI_H

extern void poti_comp_carr(uint8_t position);
extern void poti_init(void);

#endif
personal git repositories of Harald Welte. Your mileage may vary