Issue when using eeprom with c++

Hi everyone,

using eeprom module in C++ code doesn’t work, as there isn’t extern “C” in eeprom.h, as far as I know.

I’ve fixed this locally for myself by enclosing include <eeprom.h> with ‘extern “C” {}’, but I suppose more general fix would be adding this to eeprom.h file.

I’m sorry in advance if this isn’t the right place for posting issues.

Cheers,
Djordje