mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
sd package
File map:
-
blockdevice.go: Contains logic for creating anio.WriterAtandio.ReaderAtwith thesd.BlockDeviceconcrete type from thesd.Cardinterface which is intrinsically a blocked reader and writer. -
spicard.go: Contains thesd.SpiCarddriver for controlling an SD card over SPI using the most commonly available circuit boards. -
responses.go: Contains a currently unused SD response implementations as per the latest specification. -
definitions.go: Contains SD Card specification definitions such as the CSD and CID types as well as encoding/decoding logic, as well as CRC logic.