Djordje Golubovic Posted December 25, 2016 Report Posted December 25, 2016 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.