diff --git a/README.md b/README.md new file mode 100644 index 0000000..c9dba17 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Example - Mbed-os-KV-FileSystem-SD +Example of KVStore with FATFileSystem and SD card + +Tested with MbedOs 6.10 and Nucleo-F429ZI + SD card + +Description: +This basic code will show how to store data via KVStore API of MbedOS (https://os.mbed.com/docs/mbed-os/v6.10/apis/kvstore.html) on SD card.