This shows you the differences between two versions of the page.
resources:tools-software:uc-drivers:ad7303 [01 Oct 2012 15:11] Dragos Bogdan created |
resources:tools-software:uc-drivers:ad7303 [23 Jul 2013 09:42] Lucian Sin changed 1 function |
||
---|---|---|---|
Line 29: | Line 29: | ||
The following functions are implemented in this version of AD7303 driver: | The following functions are implemented in this version of AD7303 driver: | ||
^ Function ^ Description ^ | ^ Function ^ Description ^ | ||
- | | unsigned char AD7303_Init(void) | Initializes the SPI communication peripheral. | | + | | char AD7303_Init(void) | Initializes the SPI communication peripheral. | |
| void AD7303_Write(unsigned char controlReg, unsigned char dataReg) | Sends data to AD7303. | | | void AD7303_Write(unsigned char controlReg, unsigned char dataReg) | Sends data to AD7303. | |