Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Only commits for HMC5883L #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

livius2
Copy link
Contributor

@livius2 livius2 commented May 5, 2017

separated pull request for HMC5883L

@Bucknalla
Copy link
Contributor

Hi @livius2 I've tried the lib for the HMC5883L with a GY-271 and I'm having I2C bus issues... I'm currently working on some docs stuff but I'll get back to you with the specific problems I'm having!

changed 
m = HMC5883L2.HMC5883L()
to
m = HMC5883L.HMC5883L()
@livius2
Copy link
Contributor Author

livius2 commented May 13, 2017

I fixed one line with unnescessary "2"
was:
m = HMC5883L2.HMC5883L()
now:
m = HMC5883L.HMC5883L()

@CLAassistant
Copy link

CLAassistant commented Mar 11, 2021

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

3 participants