updated the http reference for max7219 to use the readthedocs from the adafruit cirtcuitpython area instead of the micropython area

This commit is contained in:
mrmcwethy 2017-09-07 17:21:53 -07:00 committed by Scott Shawcroft
parent ca1f3e5fb7
commit dd72fe6945
1 changed files with 1 additions and 1 deletions

View File

@ -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/>