Data transfers functions.
More...
Data transfers functions.
===============================================================================
##### Data transfers functions #####
===============================================================================
Returns the most recent received data by the I2Cx peripheral.
- Parameters
-
| I2Cx | where x can be 1, 2 or 3 to select the I2C peripheral. |
- Return values
-
| The | value of the received data. |
Sends a data byte through the I2Cx peripheral.
- Parameters
-
| I2Cx | where x can be 1, 2 or 3 to select the I2C peripheral. |
| Data | Byte to be transmitted.. |
- Return values
-