You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm testing FT232H with this library.
in GPIO mode, PinHigh, PinLow works fine on AC pins. but i have a problem to set these pins as INPUT.
I could not find any functions to change the pin mode to INPUT. SetDirection() is for bit-bang mode.
According to the datasheet, all these pins are in tri-state mode by default. does this mean i can use these pins as INPUT without changing mode?
Could you please help me how to set AC pins as INPUT?
The text was updated successfully, but these errors were encountered:
Hi.
I'm testing FT232H with this library.
in GPIO mode, PinHigh, PinLow works fine on AC pins. but i have a problem to set these pins as INPUT.
I could not find any functions to change the pin mode to INPUT. SetDirection() is for bit-bang mode.
According to the datasheet, all these pins are in tri-state mode by default. does this mean i can use these pins as INPUT without changing mode?
Could you please help me how to set AC pins as INPUT?
The text was updated successfully, but these errors were encountered: