Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 2 months ago.
ConfigFile like library for the FRDM-K64F board?
Is there a ConfigFile library like the one here: https://developer.mbed.org/users/shintamainjp/code/ConfigFile/ for the FRDM-K64F board? I imported the library, but didn't realize the k64f board doesnt have onboard flash to utilize the LocalFileSystem class.
I also imported https://developer.mbed.org/users/neilt6/code/SDFileSystem/ into my project and have the working sdcard example provided by the author, but i'm not sure how to marry the two to get a working ConfigFile library to work with the k64f board.