-
Notifications
You must be signed in to change notification settings - Fork 1
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
Usage of Wire library. #12
Comments
wow thanks man, i'll be working on that, thanks for posting the issue. |
hey man, i fixed the issue according to your instructions and the info in your profile, thanks again for posting it. |
I did a search for "requestFrom" and it is used in six files. I have checked those six files, and I think it is all right. Did you notice that the Some leftovers are at: "POA/FlightComps(in development)/FlyI2C/flyMS5611/flyMS5611.ino" |
Hello man, i fixed the issue, the fastRegister8 only was used once, but readRegister8 is used a lot more, anyway it was fixed, and for the flyMS5611.ino i fixed as well, but it is not working very good, it can only read a registry but in the max value(that is super weird and obviously something is wrong). thanks again for posting the issue, i will keep the issue open if you find another problem. |
The setup function |
By including the "POA/Libraries/Arduino-MS5611" library, you have included wrong use of the Wire library in the file "MS5611.cpp"
See my issue for the MS5611.cpp: jarzebski/Arduino-MS5611#2
The file "MPU6050.cpp" has the same issues: jarzebski/Arduino-MPU6050#4
The file "flyMPU6050.ino" has this issue: VRomanov89/EEEnthusiast#1
The text was updated successfully, but these errors were encountered: