Skip to content

Commit 2f386cb

Browse files
author
brentru
committed
fix code block...
1 parent 4271d90 commit 2f386cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Set the RGB LED's color to a 24-bit integer (in hex syntax), 0x100000.
111111
Setting a common-anode RGB LED using a ContextManager:
112112

113113
.. code-block:: python
114+
114115
import board
115116
import adafruit_rgbled
116117
with adafruit_rgbled.RGBLED(board.D5, board.D6, board.D7, invert_pwm = True) as rgb_led:

0 commit comments

Comments
 (0)