# Digital sensor data
# Reading and showing the output of a PIR motion sensor
# Connect the PIR motion sensor to the Pico
# Vcc connects to power (either 3.3V or 5V for this sensor)
# Out connects to pin GP28
# GND connects to any ground pin on the Pico
# Use the code provided or create your own