# Raspberry Pi driver `jumpstarter-driver-raspberrypi` provides functionality for interacting with Raspberry Pi devices. ## Installation ```shell pip3 install --extra-index-url https://pkg.jumpstarter.dev/simple/ jumpstarter-driver-raspberrypi ``` ## Configuration Example configuration: ```yaml export: raspberrypi: type: jumpstarter_driver_raspberrypi.driver.DigitalOutput config: # Add required config parameters here ``` ## API Reference Add API documentation here.