andrewm@0: /* andrewm@0: * sensors.h andrewm@0: * andrewm@0: * Created on: May 28, 2014 andrewm@0: * Author: Victor Zappi andrewm@0: */ andrewm@0: andrewm@0: #ifndef SENSORS_H_ andrewm@0: #define SENSORS_H_ andrewm@0: andrewm@0: #include "config.h" andrewm@0: andrewm@0: int initSensorLoop(int sensorAddress0, int sensorAddress1, bool useNewSensors); andrewm@0: andrewm@0: void sensorLoop(void *); andrewm@0: void *keyboardLoop(void *); andrewm@0: andrewm@0: andrewm@0: #endif /* SENSORS_H_ */