Commit 780f98b2 authored by plaasio's avatar plaasio 👷🏽

Update btns.py

parent 4ba84db0
......@@ -2,7 +2,7 @@ import RPi.GPIO as GPIO # Import Raspberry Pi GPIO library
import asyncio
async def speak_async():
def speak_async():
GPIO.setwarnings(False) # Ignore warning for now
await def("1")
GPIO.setmode(GPIO.BOARD) # Use physical pin numbering
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment