From ce92b236e372f51b6be8e92a83c0742d21d6e6c7 Mon Sep 17 00:00:00 2001 From: "Naveen A.B" <53806497+RNA3210d@users.noreply.github.com> Date: Mon, 29 Jun 2020 17:14:10 +0530 Subject: [PATCH] Update gpiotel20.py --- gpiotel20.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiotel20.py b/gpiotel20.py index fcda450..512319a 100644 --- a/gpiotel20.py +++ b/gpiotel20.py @@ -14,7 +14,7 @@ from gpiozero import CPUTemperature led1 = 5 #Set the GPIO pin number of LED 1 led2 = 10 #Set the GPIO pin number of LED 2 -GPIO.setmode(GPIO.BCM) # Use Board pin numbering +GPIO.setmode(GPIO.BCM) GPIO.setup(led1, GPIO.OUT) # Declaring the output pin GPIO.setup(led2, GPIO.OUT) # Declaring the output pin