Simple and powerful library for memory interfaces by pete

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
lnsri22
Posts: 75
Joined: Fri Aug 17, 2018 12:16 pm
Location: India

Simple and powerful library for memory interfaces by pete

Post by lnsri22 » Sun Mar 08, 2020 12:29 pm

I was searching for a library for EEPROM interface with STM32F4. After trying out some libraries here and there and implementing my own stuff, landed here fortunately.

https://github.com/peterhinch/micropython_eeprom

Thanks a lot from the bottom of my heart , pete for this awesome work!!

It saved me lot of hours (may be days) with this interface. The API is very simple and straight forward for anybody to understand and implement.


I am so young to wish. Yet, please keep up the good work.

Cheers!!
lnsri22 :)

Post Reply