From 9a1fc7f0cc1faf8cf676164d005022d9fbca68d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nima=20Askari=20-----=20=D9=86=DB=8C=D9=85=D8=A7=20=D8=B9?= =?UTF-8?q?=D8=B3=DA=A9=D8=B1=DB=8C?= Date: Tue, 12 May 2020 08:37:39 +0430 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0701105..1805135 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This is the EEPROM emulation STM32 HAL Library -* F0 Support -* F1 Support +it's easy to add your MCU config. How to use this Library: * Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings. * Include Header and source into your project. -* Config "EepromConfig.h". +* Config "eeConfig.h". +* Call ee_init().