| Crates.io | jetgpio |
| lib.rs | jetgpio |
| version | 0.1.2 |
| created_at | 2024-11-08 11:27:32.961794+00 |
| updated_at | 2025-01-02 12:14:43.273238+00 |
| description | Peripheral Abstraction Layer for Jetson Nano Devices |
| homepage | |
| repository | https://github.com/BradenEverson/jetgpio |
| max_upload_size | |
| id | 1441090 |
| size | 27,400 |
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 clangcargo 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.