diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-09 16:34:23 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-09 16:34:23 -0800 |
| commit | f874edf58e74f03546d5dd778d2fb0b2e8d62828 (patch) | |
| tree | 1a586b57f2714e59bdcbb9fc98b2e59773bd69f1 | |
| parent | d05adc89faba2708c1dfb13af61e0449e2cc22f3 (diff) | |
docs: Add link to DS1307 drivers.
| -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 469034dfd..34117e99e 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -35,6 +35,7 @@ knowledge of the interface details of the chip itself. RGB Displays <http://micropython-rgb.readthedocs.io/> 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/> PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/> TCS34725 Color Sensor <http://micropython-tcs34725.readthedocs.io/> TSL2561 Light Sensor <http://micropython-tsl2561.readthedocs.io/> |
