Skip to content

Commit 41359aa

Browse files
authored
Merge pull request #179 from PeteLawler/patch-1
Missing CR/LF
2 parents d9be5f9 + 3667b50 commit 41359aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ You can also refer to the pin names::
5252
Setup the pin for output, and write GPIO.HIGH or GPIO.LOW. Or you can use 1 or 0.::
5353

5454
import Adafruit_BBIO.GPIO as GPIO
55-
GPIO.setup("P8_14", GPIO.OUT) GPIO.output("P8_14", GPIO.HIGH)
55+
GPIO.setup("P8_14", GPIO.OUT)
56+
GPIO.output("P8_14", GPIO.HIGH)
5657

5758
**On-Board LEDs**
5859

0 commit comments

Comments
 (0)