Index: firmware/App/Monitors/Pressure.c =================================================================== diff -u -r8d390efa9309c8a0f430ba4652528fdbdbb6e2b8 -r36138f58fce627fb63e4bcfc4607c24bf541d45a --- firmware/App/Monitors/Pressure.c (.../Pressure.c) (revision 8d390efa9309c8a0f430ba4652528fdbdbb6e2b8) +++ firmware/App/Monitors/Pressure.c (.../Pressure.c) (revision 36138f58fce627fb63e4bcfc4607c24bf541d45a) @@ -110,15 +110,12 @@ /*********************************************************************//** * @brief - * The readPressureSensors function gets the current pressure reading - * for a all pressure sensors from the FPGA and also reads the freshness - * and error counters to verify that the pressure sensors are being read - * by the FPGA without issue. + * The filterPressureSensors function gets averages the raw pressure and + * temperature readings. * @note This function should be called periodically to maintain fresh - * sensor readings for all pressure sensors. - * @details \b Inputs: FPGA - * @details \b Outputs: currentPressureReadings[],currentPresTempReadings[], - * lastPressureReadCounter[],lastPressureErrorCounter[]. + * sensor filtered readings for all pressure sensors. + * @details \b Inputs: currentPressureReadings[],currentPresTempReadings[], + * @details \b Outputs: filteredPressureReadings[], filteredPressureTempReadings[] * @return none *************************************************************************/ static void filterPressureSensors( void )