Skip to content

Commit 764022c

Browse files
committed
add docs link to readme
1 parent 7e51d85 commit 764022c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ Setting a common-anode RGB LED using a ContextManager:
112112
with adafruit_rgbled.RGBLED(board.D5, board.D6, board.D7, invert_pwm = True) as rgb_led:
113113
rgb_led.color = (0, 255, 0)
114114
115+
Documentation
116+
=============
117+
118+
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/rgbled/en/latest/>`_.
119+
115120
Contributing
116121
============
117122

0 commit comments

Comments
 (0)