From 8d957f068792b4ee55f807930c975699c29922a2 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 16 Sep 2008 15:40:46 +0000 Subject: Kickoff --- locate.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 locate.h (limited to 'locate.h') diff --git a/locate.h b/locate.h new file mode 100644 index 0000000..0b72f72 --- /dev/null +++ b/locate.h @@ -0,0 +1,9 @@ +#ifndef _WII_LOCATE_H_ +#define _WII_LOCATE_H_ + +#include "gm.h" + +void wii_calibrate( int wii_id, wii_pt *coords ); +int wii_point_to_led( int wii_id, wii_pt *coords ); + +#endif -- cgit v1.2.3