Skip to content

Commit 107bf5c

Browse files
authored
Merge pull request #21 from jerryneedell/jerryn_bigfram
add maxsize param docstring
2 parents ddac32d + 35e1af0 commit 107bf5c

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)