Skip to content

Commit cf53539

Browse files
authored
Merge pull request #399 from tekktrik/doc/add-missing-drivers
Add missing drivers
2 parents ec3ce06 + bc23b2e commit cf53539

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/drivers.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ specific boards.
3333
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
3434
Adafruit FunHouse <https://circuitpython.readthedocs.io/projects/funhouse/en/latest/>
3535
Adafruit MacroPad <https://circuitpython.readthedocs.io/projects/macropad/en/latest/>
36-
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
3736
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/en/latest/>
37+
Adafruit MONSTER M4SK <https://circuitpython.readthedocs.io/projects/monsterm4sk/en/latest/>
3838
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>
39-
PyBadger (PyBadge and PyGamer) <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
4039
Adafruit PyPortal <https://circuitpython.readthedocs.io/projects/pyportal/en/latest/>
41-
Adafruit MONSTER M4SK <https://circuitpython.readthedocs.io/projects/monsterm4sk/en/latest/>
40+
PyBadger (PyBadge and PyGamer) <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
41+
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
4242

4343
Helper Libraries
4444
-----------------
@@ -207,6 +207,7 @@ Miscellaneous Helpers
207207
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/>
208208
NeoKey <https://circuitpython.readthedocs.io/projects/neokey/en/latest/>
209209
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/>
210+
PIOASM converter for RP2040 boards <https://docs.circuitpython.org/projects/pioasm/en/latest/>
210211
Radial Controller <https://circuitpython.readthedocs.io/projects/radial-controller/en/latest/>
211212
SD Card <https://circuitpython.readthedocs.io/projects/sd/en/latest/>
212213
SimpleIO <https://circuitpython.readthedocs.io/projects/simpleio/en/latest/>
@@ -313,6 +314,7 @@ through ``datetime``.
313314
DS1307 Real-time Clock (5V RTC Breakout) <https://circuitpython.readthedocs.io/projects/ds1307/en/latest/>
314315
DS3231 Real-time Clock (Precision RTC) <https://circuitpython.readthedocs.io/projects/ds3231/en/latest/>
315316
PCF8523 Real-time Clock (Adalogger RTC) <https://circuitpython.readthedocs.io/projects/pcf8523/en/latest/>
317+
PCF8563 Real-time Clock <https://docs.circuitpython.org/projects/pcf8563/en/latest/>
316318

317319
Motion Sensors
318320
----------------
@@ -531,6 +533,7 @@ Miscellaneous
531533
Touchscreen 4-Wire Resistive <https://circuitpython.readthedocs.io/projects/touchscreen/en/latest/>
532534
TPA2016 Audio Amplifier with AGC <https://circuitpython.readthedocs.io/projects/tpa2016/en/latest/>
533535
Trellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/trellis/en/latest/>
536+
TT21100 Capacitive Touchscreen Driver <https://docs.circuitpython.org/projects/tt21100/en/latest/>
534537
VC0706 TTL Camera <https://circuitpython.readthedocs.io/projects/vc0706/en/latest/>
535538
VS1053 Audio Codec <https://circuitpython.readthedocs.io/projects/vs1053/en/latest/>
536539
Wiznet5k Ethernet Module <https://circuitpython.readthedocs.io/projects/wiznet5k/en/latest/>

0 commit comments

Comments
 (0)