pjueon / JetsonGPIO

A C++ library that enables the use of Jetson's GPIOs
MIT License
274 stars 99 forks source link
gpio gpio-library jetson jetson-agx-xavier jetson-nano jetson-tx1 jetson-tx2 jetson-xavier jetson-xavier-nx

JetsonGPIO (C++)

JetsonGPIO is an unofficial C++ adaptation of NVIDIA's Python library, 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.

Documentation