There’s just something delightful about scaled items. Big things shrunk down, like LEGO’s teeny tiny terminal brick? Delightful. Taking that terminal brick and scaling it back to a full-sized computer ...
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(2) while True: led.on() sleep(1) led.off ...