From: Drew Fustini Date: Sun, 31 Mar 2019 23:28:46 +0000 (+0100) Subject: Fix pylint error in PocketBeagle example X-Git-Tag: 1.3.0~4 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/a8b87ecacf1ddb77239f707c33ea26bedecf13ed?hp=--cc Fix pylint error in PocketBeagle example --- a8b87ecacf1ddb77239f707c33ea26bedecf13ed diff --git a/examples/pb_digitalio.py b/examples/pb_digitalio.py index efa9cff..884fc00 100644 --- a/examples/pb_digitalio.py +++ b/examples/pb_digitalio.py @@ -5,7 +5,7 @@ # 1) connect anode (+) lead of LED to P1_33 pin # 2) connect cathode (-) lead to 1K Ohm resistor # 3) connect that 1K Ohm resistor to GND -# +# # NOTE: the pin mode can be verified with the command line # utility config-pin on the BeagleBoard.org Debian image #