sosandroid / FRAM_MB85RC_I2C

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

Possible typo #16

Closed beckejc closed 5 years ago

beckejc commented 5 years ago

This might be correct, but the use of '6' twice looks suspicious:

define ERROR_6 6 // Unused

define ERROR_7 6 // Fram chip unidentified

define ERROR_8 8 // Number of bytes asked

If the value for ERROR_7 really is 6 please ignore

sosandroid commented 5 years ago

To be fixed ! This a real typo

sosandroid commented 5 years ago

Fixed

beckejc commented 5 years ago

Nice. Thanks for the great library.