increased button cooldown

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-08-12 02:10:58 +02:00
parent bd833b0c64
commit 04a7346abd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ previousValue = True
while True:
if buttonPin.value == False:
print("0x0")
time.sleep(0.1)
time.sleep(0.2)
else:
if previousValue != clkPin.value:
if clkPin.value == False: