Warning
This documentation is actively being updated as the project evolves and may not be complete in all areas.
Raspberry Pi driver¶
jumpstarter-driver-raspberrypi
provides functionality for interacting with
Raspberry Pi devices.
Installation¶
pip3 install --extra-index-url https://pkg.jumpstarter.dev/simple/ jumpstarter-driver-raspberrypi
Configuration¶
Example configuration:
export:
raspberrypi:
type: jumpstarter_driver_raspberrypi.driver.DigitalOutput
config:
# Add required config parameters here
API Reference¶
Add API documentation here.