Skip to content

Commit 9fe7d1f

Browse files
committed
Merge pull request #101 from pdp7/patch-1
Fix format of On-Board LEDs code snippet
2 parents a916340 + 5ea21f2 commit 9fe7d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ On-board LEDs (USR0-USR3) are handled by LED class driver rather than the GPIO p
7777

7878
They have a different path in the /sys/ filesystem.
7979

80-
Setup the pin for output and write GPIO.HIGH or GPIO.LOW.
80+
Setup the pin for output and write GPIO.HIGH or GPIO.LOW::
8181

8282
import Adafruit_BBIO.GPIO as GPIO
8383
import time

0 commit comments

Comments
 (0)