mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 04:51:12 +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>
This directory contains C drivers for specific hardware. The drivers are intended to work across multiple ports.