Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r54f45c387430e440ab4607451fc84dea61f273f1 -r1510aec1871295f04541f1b932211d4ac621cc48 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 54f45c387430e440ab4607451fc84dea61f273f1) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 1510aec1871295f04541f1b932211d4ac621cc48) @@ -100,6 +100,20 @@ void getFPGAAccelMaxes( S16 *xm, S16*ym, S16*zm ); void getFPGAAccelStatus( U16 *cnt, U16 *accelFPGAFaultReg ); +U16 getFPGAInletFan1TogglePeriod( void ); //TODO change these functions' names to inlet1, inlet2 once all 6 fans are implemented +U16 getFPGAInletFan2TogglePeriod( void ); //TODO change these functions' names to inlet1, inlet2 once all 6 fans are implemented +U16 getFPGAInletFan3TogglePeriod( void ); +U16 getFPGAOutletFan1TogglePeriod( void ); +U16 getFPGAOutletFan2TogglePeriod( void ); +U16 getFPGAOutletFan3TogglePeriod( void ); + +U32 getFPGABoardTemp( void ); +U32 getFPGALoadCellsA1B1Temp( void ); +U32 getFPGALoadCellsA2B2Temp( void ); +U32 getFPGATHDoInternalTemp( void ); +U32 getFPGATDiInternalTemp( void ); +U32 getFPGACondSnsrInternalTemp( void ); + /**@}*/ #endif