Skip to content

Commit

Permalink
add docs link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Oct 25, 2021
1 parent 7e51d85 commit 764022c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ Setting a common-anode RGB LED using a ContextManager:
with adafruit_rgbled.RGBLED(board.D5, board.D6, board.D7, invert_pwm = True) as rgb_led:
rgb_led.color = (0, 255, 0)
Documentation
=============

API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/rgbled/en/latest/>`_.

Contributing
============

Expand Down

0 comments on commit 764022c

Please sign in to comment.