mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 13:01:10 +02:00
This is useful for interfaces that stay in memory-mapped mode by default. They can implement this method with a simple `memcpy()`. Signed-off-by: Damien George <damien@micropython.org>