summaryrefslogtreecommitdiff
path: root/locate.h
diff options
context:
space:
mode:
Diffstat (limited to 'locate.h')
-rw-r--r--locate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/locate.h b/locate.h
new file mode 100644
index 0000000..0b72f72
--- /dev/null
+++ b/locate.h
@@ -0,0 +1,9 @@
1#ifndef _WII_LOCATE_H_
2#define _WII_LOCATE_H_
3
4#include "gm.h"
5
6void wii_calibrate( int wii_id, wii_pt *coords );
7int wii_point_to_led( int wii_id, wii_pt *coords );
8
9#endif