geomatsi / ftdi-embedded-hal-archive

Check https://github.com/ftdi-rs project for the up-to-date implementation of FTDI MPSSE embedded HAL.
MIT License
31 stars 6 forks source link

Add 10 and 20Mhz ftdi speeds, tested with Saleae logic #3

Closed riktw closed 4 years ago

riktw commented 4 years ago

I am using this to control a 64*64 RGB LED matrix, and I needed a bit more speed to get data over quick enough. I added a 10Mhz and 20Mhz speed option for SPI, both options have been tested and work as expected (verified speed using a logic analyzer, transferred several GBs of data)

geomatsi commented 4 years ago

Thanks !