From 5ea21f2d8d527ac0ad00c01b3babdac836d3312b Mon Sep 17 00:00:00 2001 From: Drew Fustini Date: Thu, 2 Jun 2016 17:19:59 -0500 Subject: [PATCH] Fix format of On-Board LEDs code snippet --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0e5f54d..669aeef 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,7 @@ On-board LEDs (USR0-USR3) are handled by LED class driver rather than the GPIO p They have a different path in the /sys/ filesystem. -Setup the pin for output and write GPIO.HIGH or GPIO.LOW. +Setup the pin for output and write GPIO.HIGH or GPIO.LOW:: import Adafruit_BBIO.GPIO as GPIO import time