diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2017-08-07 17:55:39 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2017-08-07 17:55:39 -0700 |
| commit | 37c72adc0fd1a9937910cee7f201078f531c6a54 (patch) | |
| tree | 66f0e2ee698b83ae61236ad61c3e942e2cffc3ef /docs | |
| parent | 2e155bcc3103443e7eb6d5c514394f691c431b30 (diff) | |
docs: Add link to SD card driver.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drivers.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst index 1e6243862..4a542e4d7 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -53,6 +53,7 @@ knowledge of the interface details of the chip itself. NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/> SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/> RGB Displays <http://micropython-rgb.readthedocs.io/> + SD Card <https://circuitpython.readthedocs.io/projects/sdcard/en/latest/> Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/> DS3231 Real-time Clock (Precision RTC) <https://circuitpython.readthedocs.io/projects/ds3231/en/latest/> DS1307 Real-time Clock (5V RTC Breakout) <https://circuitpython.readthedocs.io/projects/ds1307/en/latest/> |
