From: Drew Fustini Date: Thu, 18 Oct 2018 16:14:13 +0000 (+0000) Subject: fix style issues in BeagleBone example X-Git-Tag: 0.3.0~2^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/25fbf2027f06ec9de82d13c205b2d766aa11dbb7?ds=inline fix style issues in BeagleBone example --- diff --git a/examples/bbb_digitalio.py b/examples/bbb_digitalio.py index a595710..25496d5 100644 --- a/examples/bbb_digitalio.py +++ b/examples/bbb_digitalio.py @@ -1,7 +1,7 @@ # Example of blinking LED on BeagleBone Black # https://www.adafruit.com/product/1876 # -# Wire the circuit as follows: +# Wire the circuit as follows: # 1) connect anode (+) lead of LED to P9.12 pin # 2) connect cathode (-) lead to 1K Ohm resistor # 3) connect that 1K Ohm resistor to DGND (P9.1)