i'm trying to listen on 3 motion sensors, each one triggering its own sound i'm using when_motion because it's creating a thread, so i can do other thing while
I am working on my first Raspberry Pi project while following a course for creating a line-following robot. This is the course. I followed all the instructions
from gpiozero import MotionSensor While true: MotionSensor(17).when_motion() print("motion detected") returns error: Traceback (most recent call last