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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now