ManWag
1
Dear support team,
I’d like to configure pin A9 as input with internal pullup.
From this and this I learned I have to do the following to set it to input:
echo 488 > /sys/class/gpio/export
echo in > /sys/class/gpio/gpio488/direction
Kindly tell me how to activate the internal pullup resistor from userspace.
Thank you.
kayccc
3
We’re checking with internal team, will update to you once clarified.
Thanks
Bibek
5
AFAIK, pullup is from pinmux registers and not GPIO registers.
So sysfs does not have pullup support for internal pullup.
system
Closed
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.