Index: firmware/App/Drivers/InternalADC.c =================================================================== diff -u -rd91a24c730aeb5cd7e3eba9ef4eca78e442911f8 -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 --- firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision d91a24c730aeb5cd7e3eba9ef4eca78e442911f8) +++ firmware/App/Drivers/InternalADC.c (.../InternalADC.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) @@ -75,9 +75,8 @@ /*********************************************************************//** * @brief * The initInternalADC function initializes the InternalADC module. - * @details - * Inputs : none - * Outputs : InternalADC module is initialized. + * @details Inputs: none + * @details Outputs: InternalADC module is initialized. * @return none *************************************************************************/ void initInternalADC( void ) @@ -107,9 +106,8 @@ * @brief * The adcNotification function handles an ADC conversion complete interrupt. * All channel readings in the FIFO are retrieved. - * @details - * Inputs : ADC FIFO - * Outputs : adcRawReadingsCount, adcRawReadings[] + * @details Inputs: ADC FIFO + * @details Outputs: adcRawReadingsCount, adcRawReadings[] * @param adc pointer to the ADC1 controller * @param group ADC channel group ID * @return none @@ -126,9 +124,8 @@ * @brief * The execInternalADC function processes the last set of raw ADC channel * readings and kicks off the next conversion of ADC channels. - * @details - * Inputs : adcRawReadingsCount, adcRawReadings[] - * Outputs : adcReadings[][], adcReadingsIdx[], adcReadingsTotals[], adcReadingsAvgs[] + * @details Inputs: adcRawReadingsCount, adcRawReadings[] + * @details Outputs: adcReadings[][], adcReadingsIdx[], adcReadingsTotals[], adcReadingsAvgs[] * @return none *************************************************************************/ void execInternalADC( void ) @@ -162,9 +159,8 @@ * @brief * The getIntADCReading function gets the latest average reading for a given * channel. - * @details - * Inputs : adcReadingsAvgs[] - * Outputs : none + * @details Inputs: adcReadingsAvgs[] + * @details Outputs: none * @param channel adc channel to retrieve a reading for * @return average reading for the given channel *************************************************************************/