raspberry-web 0.1.0

Control the GPIO pins on your Raspberry Pi with a simple web service. Currently supports output only.
Documentation
# env_logger
RUST_LOG=info

# Webserver
HOSTNAME=127.0.0.1
PORT=2323

# Database
DATABASE_URL=db/raspberry-web.sqlite

# GPIO / pin variables
DELIMITER=,
GPIOS_IN_USE=1,2
GPIOS_MODE_OUTPUT=1,2
GPIOS_MODE_INPUT=
GPIOS_LEVEL_LOW=1,2
GPIOS_LEVEL_HIGH=