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 e8831b2 commit 4821e9fCopy full SHA for 4821e9f
adafruit_fram.py
@@ -68,6 +68,7 @@
68
_SPI_OPCODE_WRITE = const(0x2) # Write memory code
69
_SPI_OPCODE_RDID = const(0x9F) # Read device ID
70
71
+
72
class FRAM:
73
"""
74
Driver base for the FRAM Breakout.
0 commit comments