repo.or.cz
/
kk_librfid.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[kk_librfid.git]
/
firmware
/
src
/
picc
/
poti.h
blob
92ec00d611e4ec310b50287b35cc38142021c24e
1
#ifndef _POTI_H
2
#define _POTI_H
3
4
extern
void
poti_comp_carr
(
u_int8_t position
);
5
extern
void
poti_init
(
void
);
6
7
#endif