Hi Everyone,
I am using libmraa library to controll the Radxa Zero GPIOs.
I have noticed that when I called mraa_gpio_dir(gpioCxt, MRAA_GPIO_OUT); function to set a gpio to output, the function also initialized the gpio to LOW.
This cause a problem because of I would like to always keep the GPIO HIGH.
How can I set the gpio OUTPUT and not initialize the gpio LOW?
Thanks in advance.
Dennis