7 years, 7 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.

Be the first to answer this question.