commit
5a89c943fe
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ SRAM_SEQUENTIAL_MODE = const(1 << 6)
|
|||
|
||||
|
||||
class Adafruit_MCP_SRAM_View:
|
||||
"""A interface class that turns an SRAM chip into something like a memoryview"""
|
||||
"""An interface class that turns an SRAM chip into something like a memoryview"""
|
||||
|
||||
def __init__(self, sram, offset):
|
||||
self._sram = sram
|
||||
|
|
|
|||
Loading…
Reference in a new issue