adafruit / Adafruit_FRAM_SPI

Driver for Adafruit's SPI-Based FRAM Breakouts
Other
34 stars 30 forks source link

add new constructor with SPI clock freq as parameter #20

Closed ericbieri closed 3 years ago

ericbieri commented 3 years ago

Using the existing constructors it's not possible to set the SPI clock frequency. The frequency is fixed to 1MHz. It should be possible to set the clock frequency for hardware SPI.

This pull request ...

Thanks a lot!