jetsongpio 0.1.1

A Rust library for controlling GPIO pins on NVIDIA Jetson devices
Documentation

jetsongpio

A Rust library that enables the use of Jetson's GPIOs.

This is the Rust implementation of the Python library for controlling GPIO pins on NVIDIA Jetson devices.

Note: This crate is currently a placeholder to reserve the crate name. Full GPIO implementation is coming soon.

Hello World

use jetsongpio::hello;

fn main() {
    println!("{}", hello());
}

License

MIT