Skip to content
Snippets Groups Projects
Commit 1bc272a3 authored by dx's avatar dx Committed by q3k
Browse files

machine_sdcard: add extra kwargs to let us init our sdcard

This works:

    import machine, os
    sdcard = machine.SDCard(clk=47, cmd=48, d0=21)
    os.mount(sdcard, "/sd")
parent 792800cd
No related branches found
No related tags found
Loading
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