Mercurial > hg > beaglert
view projects/d-box/sensors.h @ 55:41d24dba6b74 newapi
Add cape test project and make rt_printf (rtdk.h) part of standard BeagleRT.h include
author | andrewm |
---|---|
date | Mon, 15 Jun 2015 18:16:00 +0100 |
parents | 901d205d1a3c |
children |
line wrap: on
line source
/* * sensors.h * * Created on: May 28, 2014 * Author: Victor Zappi */ #ifndef SENSORS_H_ #define SENSORS_H_ #include "config.h" int initSensorLoop(int sensorAddress0, int sensorAddress1, int sensorType); void sensorLoop(void *); void *keyboardLoop(void *); #endif /* SENSORS_H_ */