sosandroid / FRAM_MB85RC_I2C

Arduino library for I2C FRAM - Fujitsu MB85RC & Cypress FM24, CY15B
Other
56 stars 21 forks source link

Simple read write example doesn't compile #1

Closed MsiSoftwareEngineer closed 9 years ago

MsiSoftwareEngineer commented 9 years ago

Two compile errors in variable names in the simple read & write example:

mymeory.begin();

resultd = mymemory.getOneDeviceID(3, &densitycode);

sosandroid commented 9 years ago

Fixed, thanks for the feedback.