forked from tobetter/wiringPi
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update read me #8
Open
william-green
wants to merge
24
commits into
hardkernel:master
Choose a base branch
from
william-green:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I7c2794670483ef944aa2f0480086e2520cff2ba1
Change-Id: I93a82eb7c266ef1aefbdfb239ad53c11dbe757ec
Change-Id: I568d0966fb95f457af3a58b711618af4468f542c
…o interrupt on wiringPi Lib. Change-Id: I3717aeba737ab052bf87e5a984953ed864c65bd9
Change-Id: I5496cb9aee274ce9c81331a35572d6aec7356b0c
Force path environmental variable before calling modprobe
wiringPi : support adc file for 4.9.x kernel
Fix referencing the wrong file descriptor in wiringPiISR
wiringPi : change the kernel version getting method for ADC files
It took a while for me to figure out the correct documentation for ODROID is on the ODROID wiki. I propose updating the read me so people aren't confused about where to find the correct installation documentation. Thanks for considering :)
I had exactly the same issue - having tried installing it from both APT_GET and clone git://git.drogon.net/wiringPi, I was puzzled as to why it didn't work. Even then only the development branch worked on the Odroid C1 I have here... |
joshua-yang
force-pushed
the
master
branch
2 times, most recently
from
November 29, 2018 09:12
3b38a5f
to
c375207
Compare
joshua-yang
force-pushed
the
master
branch
2 times, most recently
from
July 4, 2019 06:11
2a0ee0d
to
95e58b5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It took a while for me to figure out the correct documentation for ODROID is on the ODROID wiki. I propose updating the read me so people aren't confused about where to find the correct installation documentation. Thanks for considering :)