Hey!
I so I want to change the default high state of the GPIO pins on my Jetson Orin Nano that has jetpack 6.1 (R36, revision 4.0).
For example if I want to control something through the GPIO pins of my jetson when I set it to low, it does only for some microseconds but then keeps it always high, using the below code.
“the normal setup code using GPIO.BOARD”
pin =33
gpio.output(pin,0)
The above lines of code should keep the pin to low unless I again set it to high, that’s how it works in raspberry pi gpio pins as well. But in jetson it is doing only for a microsecond and then turns it back to high always.
how can I change this behaviour of the jetson orin nano gpio pins in the jetpack version 6.1 or above?
Please help me with this issue ASAP.
Thanks!