Skip to content

Config-pin Pull-up for GPIO HIGH+ appears inverted #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AlanH70 opened this issue Sep 13, 2019 · 0 comments
Open

Config-pin Pull-up for GPIO HIGH+ appears inverted #59

AlanH70 opened this issue Sep 13, 2019 · 0 comments

Comments

@AlanH70
Copy link

AlanH70 commented Sep 13, 2019

In the utility config-pin, function config_pin(), case $2: "# GPIO with pull-up enabled"
for configuration state HIGH+, code line 989 is : MODE=gpio_pd;

Should that setting not be : MODE=gpio_pu; as in the other 3 pull-up enabled states above it?

Trying to initialize some GPIO pins at boot as pulled-up outputs via a systemd startup script, Ubuntu 18.04 on Beaglebone Black.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant