diff projects/d-box/sensors.h @ 15:901d205d1a3c

Updated to latest PRU library; external PRU file no longer needed. Also catch SIGTERM as well as SIGINT to clean up gracefully.
author andrewm
date Sat, 07 Feb 2015 16:41:56 +0000
parents 8a575ba3ab52
children
line wrap: on
line diff
--- a/projects/d-box/sensors.h	Fri Jan 23 15:35:10 2015 +0000
+++ b/projects/d-box/sensors.h	Sat Feb 07 16:41:56 2015 +0000
@@ -10,7 +10,7 @@
 
 #include "config.h"
 
-int initSensorLoop(int sensorAddress0, int sensorAddress1, bool useNewSensors);
+int initSensorLoop(int sensorAddress0, int sensorAddress1, int sensorType);
 
 void sensorLoop(void *);
 void *keyboardLoop(void *);