<div dir="ltr">When run on a Raspberry Pi, the gpiozero module uses a low-level gpio pin library to do the physical pin state manipulation on the hardware.<div><br></div><div>When run on a PC, you can either:</div><div><br></div><div>- use the mock pin implementation for testing purposes</div><div>- use the pigpio python library to access real hardware pins on a raspberry pi over the network</div><div><br></div><div>Ben</div></div>