File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
Introduction
3
3
============
4
4
5
- .. image :: https://readthedocs.org/projects/adafruit-circuitpython-sdcard /badge/?version=latest
6
- :target: https://circuitpython.readthedocs.io/projects/sdcard /en/latest/
5
+ .. image :: https://readthedocs.org/projects/adafruit-circuitpython-sd /badge/?version=latest
6
+ :target: https://circuitpython.readthedocs.io/projects/sd /en/latest/
7
7
:alt: Documentation Status
8
8
9
9
.. image :: https://img.shields.io/discord/327254708534116352.svg
10
10
:target: https://adafru.it/discord
11
11
:alt: Discord
12
12
13
+ .. image :: https://travis-ci.org/adafruit/Adafruit_CircuitPython_SD.svg?branch=master
14
+ :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_SD
15
+ :alt: Build Status
16
+
13
17
CircuitPython driver for SD cards. This implements the basic reading and writing
14
18
block functionality needed to mount an SD card using `storage.VfsFat `.
15
19
You can’t perform that action at this time.
0 commit comments