First, my name is Steve and I'm a NOOB... [Hi Steve] My question is: Is there a way to check the status of GPIO on a RasPi? Here's the scenario I wrote the LED script (Python 3) that initializes the GPIO and simply turns pin 16 on and off import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM) GPIO.setup(23,...