chibberd / remote_camera

0 stars 0 forks source link

Test GPIO #4

Open chibberd opened 5 years ago

chibberd commented 5 years ago

Test GPIO connections via breadboard.

chibberd commented 5 years ago

Try gpiozero libray (python 3)

https://gpiozero.readthedocs.io/en/stable/installing.html

chibberd commented 5 years ago

This is enough to check the response of the PIR:

pir = gpiozero.DigitalInputDevice(5) pir.read()