Skip to content
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

Sometimes gpio14 is missing #11

Closed
Guvalif opened this issue May 17, 2017 · 1 comment
Closed

Sometimes gpio14 is missing #11

Guvalif opened this issue May 17, 2017 · 1 comment
Labels

Comments

@Guvalif
Copy link
Member

Guvalif commented May 17, 2017

No description provided.

@Guvalif Guvalif added the bug label May 17, 2017
@Guvalif
Copy link
Member Author

Guvalif commented May 17, 2017

Quick Fix:

Inserting codes below to ~/plen-dev.sh makes fine :)

echo 14 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio14/direction
echo 1 > /sys/class/gpio/gpio14/value

@Guvalif Guvalif closed this as completed May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant