diff options
| author | mrmcwethy <mrmcwethy@yahoo.com> | 2017-09-07 17:21:53 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-09-07 22:07:45 -0700 |
| commit | dd72fe694526d2b468e189b70ae732f7568fe6e4 (patch) | |
| tree | 35a5cc83e14acc360d7f2f177c460fd1e51bf832 | |
| parent | ca1f3e5fb723b8cdd220d6e44740db28dd4bd444 (diff) | |
updated the http reference for max7219 to use the readthedocs from the adafruit cirtcuitpython area instead of the micropython area2.0.0stable
| -rw-r--r-- | docs/drivers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst index 9fdb502a6..d1baed8e1 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -68,5 +68,5 @@ knowledge of the interface details of the chip itself. 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/> + MAX7219 LED Matrix <http://circuitpython.readthedocs.io/projects/max7219/en/latest/> DotStar <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/> |
