Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArttuKuikka committed Jan 18, 2024
1 parent 487a317 commit 0015aeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def setLed(r, g, b, duration):
except gpiozero.exc.GPIOPinInUse:
print('GPIO in use already')
finally:
#red_led.close()
#green_led.close()
#blue_led.close()
red_led.value = 0
green_led.value = 0
blue_led.value = 0
ledTurnedOn = False

def checkIfInTimeFrame():
Expand Down

0 comments on commit 0015aeb

Please sign in to comment.