Skip to content

Commit 3667b50

Browse files
authored
Missing CR/LF
1 parent d9be5f9 commit 3667b50

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)