rp2.Flash
Classes
Gets the singleton object for accessing the SPI flash memory. |
Module Contents
- class rp2.Flash.Flash
Gets the singleton object for accessing the SPI flash memory.
- ioctl(cmd, arg) Incomplete
These methods implement the simple and extended block protocol defined by
vfs.AbstractBlockDev
.
- readblocks(block_num, buf, offset: int | None = 0) Incomplete
- writeblocks(block_num, buf, offset: int | None = 0) Incomplete