You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First version of driver
without compensate, selftest and calibration but good point to start.
Slightly optimized form memory allocation in every m.readAxes()
Hi @livius2, I'm having trouble getting your lib to run on my GY-271. I'll give it another try on Monday but in the meantime, can you please create a new pull request for just the HMC5883L lib and test script (more the onewire.py to a new pull request)?
@alex i do not know how i ommit this message from you
I found it now in my spam e-mail folder
May knowledge about git is strongly limited i do not know how to do separete pull request.
Please contact me directly throught forum chat or by e-mail.
We can talk in more detail there.
PS. for me GY-271 work ok
I would suggest creating a pull request from your fork from commits:
Create HMC5883L.py - 3283064
Create testCompass.py - 65537c9
This way you're only pushing what you have been working on. I've linked to the git documentation so you can see how to make a pull request with start and end commits!
S:\GITHUB\pycom-libraries [livius2-HMC5883L ?]> git request-pull -p 3283064b05b2
62e39a62098f8ca08c5f519100ae https://github.com/pycom/pycom-libraries.git 65537c
9724f14a0d92155f4c0bbe09bebf66d2f3
warn: No match for commit 65537c9724f14a0d92155f4c0bbe09bebf66d2f3 found at http
s://github.com/pycom/pycom-libraries.git
warn: Are you sure you pushed '65537c9724f14a0d92155f4c0bbe09bebf66d2f3' there?
The following changes since commit 3283064b05b262e39a62098f8ca08c5f519100ae:
Hi, i tried without any success. More hints about?
done this differently
I have created new branch from pycom/master
then i have cherry-pick "this two commits"
push
and then i have created separate pull request #8
This file contains hidden or 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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
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.
First version of driver
without compensate, selftest and calibration but good point to start.
Slightly optimized form memory allocation in every m.readAxes()