eblot / pyftdi

FTDI device driver written in pure Python
Other
509 stars 212 forks source link

eeprom: add support for some ft4232h features #374

Closed aleeraser closed 7 months ago

aleeraser commented 7 months ago

Missing:

eblot commented 7 months ago

You have a line > 80 col I think (PEP8)

aleeraser commented 7 months ago

You have a line > 80 col I think (PEP8)

should be fixed now

eblot commented 7 months ago

Thanks. Rebased in bee78e3 and merged. (and thanks for reminding me I had to take care of this project :-))