We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80c71c commit 35e1af0Copy full SHA for 35e1af0
adafruit_fram.py
@@ -298,6 +298,7 @@ class FRAM_SPI(FRAM):
298
:param: wp_pin: (Optional) Physical pin connected to the ``WP`` breakout pin.
299
Must be a ``digitalio.DigitalInOut`` object.
300
:param int baudrate: SPI baudrate to use. Default is ``1000000``.
301
+ :param int max_size: Size of FRAM in Bytes. Default is ``8192``.
302
"""
303
304
_SPI_OPCODE_WREN = const(0x6) # Set write enable latch
0 commit comments