eblot / pyspiflash

SPI data flash device drivers (pure Python)
MIT License
39 stars 30 forks source link

Examples, please #6

Closed ffranchina closed 7 years ago

ffranchina commented 7 years ago

Hello guys :)

I stumbled upon this interesting project because I'm experimenting a bit with flash memories (MX25L12835F). I'd like to make it work and then to make a pull request to add the support of this IC (in case I succed, I mean ^^").

I would be really grateful if you could share a basic example of how to use this library. Thank you in advance!

eblot commented 7 years ago

You could start up with the unit test file (spiflash/tests/serialflash.py)

ffranchina commented 7 years ago

Thank you :)