https://github.com/baskiton/sd-avr
Library containing the SD card driver to communicate over an SPI bus.
https://github.com/baskiton/sd-avr
Last synced: 12 months ago
JSON representation
Library containing the SD card driver to communicate over an SPI bus.
- Host: GitHub
- URL: https://github.com/baskiton/sd-avr
- Owner: baskiton
- License: mit
- Created: 2020-12-14T18:37:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T17:14:11.000Z (over 5 years ago)
- Last Synced: 2025-06-02T00:29:04.209Z (about 1 year ago)
- Language: C
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SD Card Library for AVR

[](https://github.com/baskiton/sd-avr/blob/master/LICENSE)
This library is a driver for SD Card with SPI Interface
### Dependencies
* [][def_r]
* [][spi_r]
* [][fs_r]
[def_r]: https://github.com/baskiton/defines-avr
[spi_r]: https://github.com/baskiton/spi-avr
[fs_r]: https://github.com/baskiton/fs-avr