summaryrefslogtreecommitdiff
path: root/locate.h
blob: 0b72f720cd0d2c915c48af9fb50855bc5ea92d06 (plain)
1
2
3
4
5
6
7
8
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