EEE4STM32/README.md
Nima Askari ----- نیما عسکری bb1dc7e0d6
Update README.md
2020-05-12 08:46:47 +04:30

28 lines
694 B
Markdown

# EEPROM emulation STM32 series library
* http://www.github.com/NimaLTD
* https://www.instagram.com/github.nimaltd/
* https://www.youtube.com/channel/UCUhY7qY1klJm1d2kulr9ckw
This is the EEPROM emulation STM32 HAL Library
Read and Write half word data.
You can add your MCU config.
* [ ] F0 tested.
* [ ] L0 tested.
* [x] F1 tested.
* [ ] L1 tested.
* [ ] F2 tested.
* [ ] F3 tested.
* [ ] F4 tested.
* [ ] L4 tested.
* [ ] F7 tested.
* [ ] H7 tested.
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 "eeConfig.h".
* Call ee_init().