We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9be5f9 + 3667b50 commit 41359aaCopy full SHA for 41359aa
README.rst
@@ -52,7 +52,8 @@ You can also refer to the pin names::
52
Setup the pin for output, and write GPIO.HIGH or GPIO.LOW. Or you can use 1 or 0.::
53
54
import Adafruit_BBIO.GPIO as GPIO
55
- GPIO.setup("P8_14", GPIO.OUT) GPIO.output("P8_14", GPIO.HIGH)
+ GPIO.setup("P8_14", GPIO.OUT)
56
+ GPIO.output("P8_14", GPIO.HIGH)
57
58
**On-Board LEDs**
59
0 commit comments