Hi,
Can we use the GPIOC_7 pin 22 in zero?
My hat use this pin for Datacontrol but it’s not working.
If I set the pin HIGH after an export :
echo 1 > /sys/class/gpio/gpio475/value
the value stay still LOW. I’v tested on several zero SBC
The zero documentation says :
Pin#22 (GPIOC_7) and Pin#36 (GPIOH_8) are not available in the user space
However, is it possible to expose and change this GPIO by another way? Libmraa for example?
I wonder because I tell myself, why does this GPIO pin exist if we can’t change the value?
Thanks