Index: firmware/App/Drivers/InternalADC.c =================================================================== diff -u -r4fb1e15d35f6b968bab5620909c30baec98bfd4e -rf7c714a1a09b10d85a8b013712532d37b4d7b97a --- firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision 4fb1e15d35f6b968bab5620909c30baec98bfd4e) +++ firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision f7c714a1a09b10d85a8b013712532d37b4d7b97a) @@ -58,7 +58,8 @@ INT_ADC_POWER_SUPPLY_1_THERMISTOR, // 22 INT_ADC_MAIN_NON_ISOLATED_24_VOLTS, // 23 }; - + +/// ADC channel read to units look-up table. const F32 ADC_CHANNEL_READ_TO_UNITS[ NUM_OF_INT_ADC_CHANNELS ] = { 0.0, // - INT_ADC_NOT_USED @@ -100,9 +101,9 @@ /*********************************************************************//** * @brief - * The initInternalADC function initializes the InternalADC module. + * The initInternalADC function initializes the InternalADC unit. * @details \b Inputs: none - * @details \b Outputs: InternalADC module is initialized. + * @details \b Outputs: InternalADC unit is initialized. * @return none *************************************************************************/ void initInternalADC( void ) @@ -154,8 +155,6 @@ * @details \b Outputs: adcReadings[][], adcReadingsIdx[], adcReadingsTotals[], adcReadingsAvgs[] * @details \b Alarm: ALARM_ID_DD_SOFTWARE_FAULT when invalid ADC channel number * processed. - * @param adc pointer to the ADC1 controller - * @param group ADC channel group ID * @return none *************************************************************************/ void execInternalADC( void )