Skip to content
Snippets Groups Projects
Commit 0823c1ba authored by Damien George's avatar Damien George
Browse files

extmod: Add machine_spi with generic SPI C-protocol and helper methods.

The idea is that all ports can use these helper methods and only need to
provide initialisation of the SPI bus, as well as a single transfer
function.  The coding pattern follows the stream protocol and helper
methods.
parent 9c04ef2a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment