repo.or.cz
/
ixm-collector.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adding GPL V3
[ixm-collector.git]
/
collector.h
blob
01caa55c0793f99d6af862130c028d8b1d07bd40
1
/*
2
collector.h
3
4
send data back to a laptop
5
6
*/
7
8
#ifndef COLLECTOR_H
9
#define COLLECTOR_H
10
11
#include
"SFBTypes.h"
/* For u8 */
12
#include
"SFBConstants.h"
/* For FACE_COUNT */
13
#include
"SFBPrintf.h"
/* For pprintf, etc */
14
15
int
collector_init
();
16
17
int
collector_x
();
18
int
collector_y
();
19
20
#endif
/* collector_H */