jetsongpio 0.3.0

A Rust library for controlling GPIO pins on NVIDIA Jetson devices
Documentation
1
2
3
4
5
6
7
//! CLI entry point for the jetsongpio binary.

use jetsongpio::cli;

fn main() {
    cli::run();
}