Crates.io | jetgpio |
lib.rs | jetgpio |
version | 0.1.0 |
source | src |
created_at | 2024-11-08 11:27:32.961794 |
updated_at | 2024-11-08 11:27:32.961794 |
description | Peripheral Abstraction Layer for Jetson Nano Devices |
homepage | |
repository | https://github.com/BradenEverson/jetgpio |
max_upload_size | |
id | 1441090 |
size | 22,841 |
This crate provides a peripheral abstraction layer over the jetgpio-sys crate to provide memory-mapped access to NvidiaⓇ Jetson Nano™ or Jetson Orin Nano™ GPIO interfaces.
This library is built on top of jetgpio-sys, which iteslf is built on top of the JETGPIO package.
By default this crate assumes Jetson Nano usage. For interfacing with a Jetson Orin Nano, enable the orin
feature flag.
sudo apt-get install clang
cargo build
sudo ./target/debug/{MY_CRATE_HERE}
pwm.sh
shell script must be runThis crate is published under the UNLICENSE, just as both of the underlying libraries.