Skip to content

Commit

Permalink
Merge pull request #9415 from RetiredWizard/sdioioDOC
Browse files Browse the repository at this point in the history
sdioio DOC update: DATA pins pass in Set
  • Loading branch information
jepler authored Jul 8, 2024
2 parents 08512c5 + 032a077 commit ff4b747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/sdioio/SDCard.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
//| sd = sdioio.SDCard(
//| clock=board.SDIO_CLOCK,
//| command=board.SDIO_COMMAND,
//| data=board.SDIO_DATA,
//| data=[board.SDIO_DATA],
//| frequency=25000000)
//| vfs = storage.VfsFat(sd)
//| storage.mount(vfs, '/sd')
Expand Down

0 comments on commit ff4b747

Please sign in to comment.