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

stmhal: Expose flash and SD card as proper objects with block protocol.

You can now create (singleton) objects representing the flash and SD
card, using:

    flash = pyb.Flash()
    sdcard = pyb.SDCard()

These objects provide the block protocol.
parent f7e5e677
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