Skip to content

Instantly share code, notes, and snippets.

@rbonghi
Created July 24, 2015 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbonghi/19dfc69029509f8a399d to your computer and use it in GitHub Desktop.
Save rbonghi/19dfc69029509f8a399d to your computer and use it in GitHub Desktop.
Test i2c communication
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