Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your ...
With very little code, you can quickly get going connecting your physical components together: from gpiozero import LED, Button led = LED(2) button = Button(3) button.when_pressed = led.on button.when ...