Fixed comments
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@409 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -61,6 +61,8 @@ struct ADCDevice
|
||||
*
|
||||
* @param self ADC object
|
||||
* @param read Pointer to read function
|
||||
* @param resolutionsInBits The resolution of this ADC device in
|
||||
* number of bits
|
||||
*
|
||||
* @return ErrorStatus SUCCESS if construction was successful
|
||||
* ERROR otherwise
|
||||
@@ -89,9 +91,8 @@ extern void ADCDevice_destruct(struct ADCDevice* self);
|
||||
* Reads a value from the ADC device input
|
||||
*
|
||||
* @param self ADC object
|
||||
* @param voltage value in volt (signed) to write to output
|
||||
*
|
||||
* @return ErrorStatus
|
||||
* @return uint32_t The current value read from the ADC
|
||||
*
|
||||
* @todo
|
||||
* -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user