diff options
| author | Radomir Dopieralski <deshipu@users.noreply.github.com> | 2016-10-20 18:58:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-20 18:58:46 +0200 |
| commit | 0901c145baea307238c4b655c7242796bf401082 (patch) | |
| tree | 3326be13ce3bb374c913e154411cb7db206115dd /docs | |
| parent | 2cc1b25eef304426035b912141ad77c2d0f6903a (diff) | |
Update drivers.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drivers.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst index 7db3fbd75..102f79e9c 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -5,5 +5,12 @@ These are drivers available in separate GitHub repos. .. toctree:: - RGB Displays <http://micropython-rgb.readthedocs.io/en/latest/index.html> + RGB Displays <http://micropython-rgb.readthedocs.io/> Analog-to-digital converters: ADS1015 and ADS1115 <http://micropython-ads1015.readthedocs.io/> + Real-time Clock modules <http://micropython-urtc.readthedocs.io/> + TCS34725 Color Sensor <http://micropython-tcs34725.readthedocs.io/> + TSL2561 Light Sensor <http://micropython-tsl2561.readthedocs.io/> + PCA9685 Motor and Servo Controllers <http://micropython-pca9685.readthedocs.io/> + HT16K33 LED Matrices and Segment Displays <http://micropython-ht16k33.readthedocs.io/> + IS31FL3731 Charlieplexed LED Matrix <http://micropython-is31fl3731.readthedocs.io/> + MAX7219 LED Matrix <http://micropython-max7219.readthedocs.io/> |
