Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
resources:tools-software:uc-drivers:ad7991 [13 Nov 2012 15:22] – Updated the supported devices list. Dan Nechitaresources:tools-software:uc-drivers:ad7991 [10 Jul 2013 14:42] (current) – changed 2 functions Lucian Sin
Line 33: Line 33:
 The following functions are implemented in this version of AD799x driver: The following functions are implemented in this version of AD799x driver:
 ^ Function       ^ Description     ^ ^ Function       ^ Description     ^
-unsigned char AD799x_Init(char partNumber, char deviceVersion) | Initializes I2C. |+| char AD799x_Init(char partNumber, char deviceVersion) | Initializes I2C. |
 | void AD799x_SetConfigurationReg(unsigned char registerValue) | Writes data into the Configuration Register. | | void AD799x_SetConfigurationReg(unsigned char registerValue) | Writes data into the Configuration Register. |
-| void AD799x_GetConversionResult(unsigned short* convValue, unsigned char* channel, unsigned char bitsNumber, unsigned char channelsNo) | Reads the High byte and the Low byte of the conversion. |+| void AD799x_GetConversionResult(short* convValue, char* channel) | Reads the High byte and the Low byte of the conversion. |
 | float AD799x_ConvertToVolts(short rawSample, float vRef) | Converts a raw sample to volts. | | float AD799x_ConvertToVolts(short rawSample, float vRef) | Converts a raw sample to volts. |
resources/tools-software/uc-drivers/ad7991.txt · Last modified: 10 Jul 2013 14:42 by Lucian Sin