# JetsonGPIO **Repository Path**: llllray/JetsonGPIO ## Basic Information - **Project Name**: JetsonGPIO - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-14 - **Last Updated**: 2024-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JetsonGPIO (C++) *JetsonGPIO* is an unofficial C++ adaptation of NVIDIA's Python library, [*Jetson.GPIO*](https://github.com/NVIDIA/jetson-gpio). NVIDIA Jetson series development boards contain a 40 pin GPIO header, similar to the 40 pin header in the Raspberry Pi. These GPIOs can be controlled for digital input and output using this library. *JetsonGPIO* provides C++ APIs that are almost same as those of [*Jetson.GPIO*](https://github.com/NVIDIA/jetson-gpio). # Documentation - [Package Components](docs/package_components.md) - [Installation Guide](docs/installation_guide.md) - [How to link *JetsonGPIO* to your project](docs/how_to_link_to_your_project.md) - [Complete library API](docs/library_api.md) - [Using *JetsonGPIO* from a docker container](docs/using_from_docker_container.md) - [License](LICENSE.txt)