Narasimhaj 0 Posted January 21, 2017 Share Posted January 21, 2017 Hello All, Iam working with Redbear micro cc3200, and using energia 17 version for my development. Iam facing some issue EEPROM handling , Where are the EEPROM library available how to install this EEPROM lbrary to energia 17 version I have got EEPROM.h file but still i think some path is issue , as iam still getting issue EEPROM.H no such file or directory found. Thanks in advance , Regards Narasimhaj +91-9901544165 sketch_jan21a.cpp:31:14: fatal error: .h: No such file or directory #include <.h> ^compilation terminated. Quote Link to post Share on other sites
energia 485 Posted January 30, 2017 Share Posted January 30, 2017 The CC3200 does not feature an EEPROM. It does have a Serial flash that you can access using the SLFS API's. There are example Sketches under the WiFi library in Energia 18. Robert Quote Link to post Share on other sites
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.