Support larger SPI FRAM breakouts, add max_size kwarg
Support 2/4Mbit SPI FRAM breakout boards.
Add kwarg “max_size” to SPI init to set the size of the FRAM in bytes. Default is 8192.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-fram
.
Read the docs for info on how to use it.