Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r2f2d0ccadd8a09037eb3d0dd144549b2c8c8129b -r45263215b372cd579e8e16bb8073c287c726c55d --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 2f2d0ccadd8a09037eb3d0dd144549b2c8c8129b) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 45263215b372cd579e8e16bb8073c287c726c55d) @@ -100,9 +100,20 @@ void getFPGAAccelMaxes( S16 *xm, S16*ym, S16*zm ); void getFPGAAccelStatus( U16 *cnt, U16 *accelFPGAFaultReg ); -U16 getFPGAFan1Pulse( void ); -U16 getFPGAFan2Pulse( void ); +U16 getFPGAInletFan1Pulse( void ); //TODO change these functions' names to inlet1, inlet2 once all 6 fans are implemented +U16 getFPGAInletFan2Pulse( void ); //TODO change these functions' names to inlet1, inlet2 once all 6 fans are implemented +U16 getFPGAInletFan3Pulse( void ); +U16 getFPGAOutletFan1Pulse( void ); +U16 getFPGAOutletFan2Pulse( void ); +U16 getFPGAOutletFan3Pulse( void ); +U32 getFPGABoardTemp( void ); //TODO add the FPGA board temperature sensor +U32 getFPGALoadCellsA1B1Temp( void ); +U32 getFPGALoadCellsA2B2Temp( void ); +U32 getFPGATHDoInternalTemp( void ); +U32 getFPGATDiInternalTemp( void ); +U32 getFPGAConductivitySnsrInternalTemp( void ); + /**@}*/ #endif