GETTING STARTED IN WINDOWS 10 - Mercy College

print('Turning off LED') GPIO.output(7, GPIO.LOW) #set pin 7 LOW. GPIO.cleanup() #resets pins to default values. NOTE: Even though it says that the LED is connected to pin 4, in reality you call on it as connected to pin 7. That’s because the names of the pins is not the name of the pin number. ................
................