
#include <iostream>#include <fstream>#include <string.h>#include <errno.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include "Gyro.H"#include <pthread.h>

Go to the source code of this file.
Defines | |
| #define | XANGLE_CONVERSION .0432 |
| #define | YANGLE_CONVERSION .0405 |
Functions | |
| void * | Gyro_run (void *c0) |
calculates angle of mouse with respect to floor
Definition in file Gyro.C.
1.6.3