An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## SD Card Library for AVR
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/baskiton/sd-avr?label=version)
[![GitHub](https://img.shields.io/github/license/baskiton/sd-avr)](https://github.com/baskiton/sd-avr/blob/master/LICENSE)

This library is a driver for SD Card with SPI Interface
### Dependencies
* [![GitHub package.json dependency version (subfolder of monorepo)](https://img.shields.io/github/package-json/dependency-version/baskiton/sd-avr/defines-avr?filename=library.json)][def_r]
* [![GitHub package.json dependency version (subfolder of monorepo)](https://img.shields.io/github/package-json/dependency-version/baskiton/sd-avr/spi-avr?filename=library.json)][spi_r]
* [![GitHub package.json dependency version (subfolder of monorepo)](https://img.shields.io/github/package-json/dependency-version/baskiton/sd-avr/fs-avr?filename=library.json)][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