Hi, all
when I configure a gpio as output, that is set register OE, I could not get the correct value of bit using gpiogetbit() function.
the root is gpiogetbit() operarte on datain register, while gpiosetbit() operate on dataout register.
the problem is how I get the value I just set or clear using gpiosetbit or gpioclrbit.
Must I add interface myself to implement what I need since gpiogetbit() could not?
Is there any good suggestion?