Skip to content

Commit 35e1af0

Browse files
committed
add maxsize param docstring
1 parent f80c71c commit 35e1af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_fram.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ class FRAM_SPI(FRAM):
298298
:param: wp_pin: (Optional) Physical pin connected to the ``WP`` breakout pin.
299299
Must be a ``digitalio.DigitalInOut`` object.
300300
:param int baudrate: SPI baudrate to use. Default is ``1000000``.
301+
:param int max_size: Size of FRAM in Bytes. Default is ``8192``.
301302
"""
302303

303304
_SPI_OPCODE_WREN = const(0x6) # Set write enable latch

0 commit comments

Comments
 (0)