pjueon / JetsonGPIO

A C++ library that enables the use of Jetson's GPIOs
MIT License
279 stars 103 forks source link

No support for PQ.02 for Jetson Orin NX #116

Open lioriz1 opened 6 months ago

lioriz1 commented 6 months ago

I want to use JetsonGPIO for my project, running on Jetson Orin NX machine. In my project, I need to trigger PQ.02 (GPIO08/SDMMC_CD in the Pinmux), but I don't find it in the JETSON_ORIN_NX_PIN_DEFS, or in GPIOPinData. How can I access PQ.02 using JetsonGPIO?

Got Jetson Orin NX Pinmux from developer.nvidia.com.