Below is the file 'i2c.h' from this revision. You can also download the file.

/* i2c.h */

void initparallel(void);
void setupi2c(void);
void query_device(int *roll, int *pitch, int *yaw);
void calibrate(void);