The library includes interfaces to many simple everyday components, as well as some more complex things like sensors, analogue-to-digital converters, full colour LEDs, robotics kits and more. See the ...
Component interfaces are provided to allow a frictionless way to get started with physical computing: from gpiozero import LED from time import sleep led = LED(17) while True: led.on() sleep(1) ...
A resistor in the cloud is worth two in the hand.