this might work

This commit is contained in:
Boyan 2022-07-20 17:29:55 +03:00
parent d7e6298f47
commit 524d42e597

View File

@ -26,6 +26,5 @@ def button_press(gpio:int, level) -> bool:
return True
cbf(10, pigpio.EITHER_EDGE)
if __name__ == "__main__":
asyncio.run(button_press())