raspberry-web 0.1.0

Control the GPIO pins on your Raspberry Pi with a simple web service. Currently supports output only.
Documentation
1
2
3
4
extern crate raspberry_web;
fn main() {
    raspberry_web::setup_and_run();
}