/* */ /* V 1.0 01/2004 */ #ifndef _COMPASS_H #define _COMPASS_H void init_i2c(void); unsigned int read_compass(void); #endif