sosandroid / FRAM_MB85RC_I2C

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in example code "FRAM_I2C_simple_write_read"

pawisoon opened this issue · comments

Hi,
Line 33 FRAM_MB85RC_I2C mymemory();
should be FRAM_MB85RC_I2C mymemory;
in order to compile properly.

I'll fix this asap. Thx

Fixed