# JetsonGPIO-Gitee **Repository Path**: jeremiah-huliang/jetson-gpio-gitee ## Basic Information - **Project Name**: JetsonGPIO-Gitee - **Description**: 复制github中控制JetsonGPIO的C++库,方便国内Jetson Nano用户不翻墙以便于克隆完成嵌入式开发。安装过程已经修改完成。 代码来源:https://github.com/pjueon/JetsonGPIO,如有侵权请联系作者。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-24 - **Last Updated**: 2024-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp, Jetson-Nano, gpio ## 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)