sosandroid / FRAM_MB85RC_I2C

Arduino library for I2C FRAM - Fujitsu MB85RC & Cypress FM24, CY15B

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible typo

beckejc opened this issue · comments

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

To be fixed !
This a real typo

Fixed

Nice. Thanks for the great library.