int sensSmoothArray1[FILTERSAMPLES]; // array for holding raw sensor values for sensor1 int sensSmoothArray2[FILTERSAMPLES]; // array for holding raw sensor values for sensor2 int rawData1, ...