ftdi-rs / libftd2xx

Rust safe wrappers for the libftd2xx drivers
MIT License
32 stars 15 forks source link

Implement EEPROM interface. #1

Closed newAM closed 4 years ago

newAM commented 4 years ago

Functions available in the C

newAM commented 4 years ago

Mostly resolved in 0.7.0; I only implemented the eeprom_read and eeprom_write methods for the FTDI devices I own.