From a8b87ecacf1ddb77239f707c33ea26bedecf13ed Mon Sep 17 00:00:00 2001 From: Drew Fustini Date: Mon, 1 Apr 2019 00:28:46 +0100 Subject: [PATCH] Fix pylint error in PocketBeagle example --- examples/pb_digitalio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- 2.49.0