Versions in this module Expand all Collapse all v0 v0.4.3 Sep 9, 2025 Changes in this version + var MaxTransferBytes = 32 * 1024 + type Device struct + CardInfo *usdhc.CardInfo + func (d *Device) BlockSize() uint + func (d *Device) ReadBlocks(lba uint, b []byte) error + func (d *Device) WriteBlocks(lba uint, b []byte) (uint, error)