match case in micropython – SyntaxError: invalid syntax
I am using python 3.10.5 on my raspberry pi pico and I am trying to use match & case instead of if statements When I try to run the program it returns an error: Traceback (most recent call last): File "<stdin>", line 22 SyntaxError: invalid syntax Here is my function: async def BlueTooth(delay): while True:… Read More match case in micropython – SyntaxError: invalid syntax