jetson_gpio 0.1.1

A Rust port of NVIDIA's Python library for controlling GPIO pins on select Jetson devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.anyhow]
version = "1.0.68"

[package]
authors = ["Roland Kajatin roland.kajatin@gmail.com"]
categories = ["embedded", "hardware-support"]
description = "A Rust port of NVIDIA's Python library for controlling GPIO pins on select Jetson devices"
documentation = "https://docs.rs/jetson_gpio"
edition = "2021"
keywords = ["gpio", "jetson", "nvidia"]
license = "MIT"
name = "jetson_gpio"
readme = "README.md"
repository = "https://github.com/Kajatin/jetson-gpio-rust"
version = "0.1.1"