eblot / pyspiflash

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

added read_all support for SPI NAND flash PN26Q01AWSIUG #17

Open asmitaj08 opened 4 years ago

asmitaj08 commented 4 years ago

Added support for reading SPI NAND flash PN26Q01AWSIUG

eblot commented 4 years ago

Hi,

Thanks for the PR, and sorry for the delay to reply.

However you would need to clean up the code to conform to the existing style, i.e. 80 column rules, no trailing spaces, no double empty lines except when required, no hardcoded filenames, ... pylint should also be run.

Thanks, Emmanuel.

asmitaj08 commented 4 years ago

Thanks Emmanuel for the response. I would clean up the code as per above mentioned points and would update soon. Thanks Again.