Created
July 24, 2015 09:15
-
-
Save rbonghi/19dfc69029509f8a399d to your computer and use it in GitHub Desktop.
Test i2c communication
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EEPROM_read(0, &rdBuffer[0], address, rdSize, pCallback); | |
EEPROM_write(0, wrBuffer, address, 2, wCallback); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment