-
Notifications
You must be signed in to change notification settings - Fork 126
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
Is gpis-admin still needed? #38
Comments
I get the same error when I try to run my app at boot from |
It appears that no one is monitoring this list :-( |
I don't have a Pi handy to test, so I can't confirm. Recent pull requests On Wed, Jul 8, 2015 at 9:05 PM, Aram Perez [email protected] wrote:
Rakesh Pai |
My issue was resolved after changing |
You could also try my branch (Pull Request: #27, original issue #25), which replaces quick2wire’s outdated However, I haven’t used this since last fall, so it’s possible that something broke in the mean time. Feel free to give it a try, though, and submit feedback (separate issue please). I will get back to this eventually, I just don’t know when … |
@tjanson, is there a way to "assume" the pins have already been exported and modes set? I see there is an optional 'exportMode' argument that can be passed but I don't want to be passing 'off' everytime I call an API. I've written a utility (that uses wiring-pi) that reads a JSON file to configure and export the GPIO pins, including setting the pull-up/down resistors and whether the pin is active low/high. |
@aramperez Other than that parameter, no. You could adapt the code or wrap the call so that 'off' is the default. Perhaps a |
@tjanson I'll let you know what I end up using, thanks. |
I've just installed 2015-05-05-raspbian-wheezy and I'm getting the following error (even though the example still runs correctly):
"Error when trying to open pin xx
/bin/sh: 1: gpio-admin: not found"
I have not installed gpio-admin.
Thanks,
Aram
The text was updated successfully, but these errors were encountered: