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

i am testing this module on rasp pi 4 its work fine #11

Open
alimuhnad opened this issue Dec 10, 2021 · 0 comments
Open

i am testing this module on rasp pi 4 its work fine #11

alimuhnad opened this issue Dec 10, 2021 · 0 comments

Comments

@alimuhnad
Copy link

alimuhnad commented Dec 10, 2021

on
setInterval(() => {
mpu.getMotion6(function (err, data) {
console.log(data)
})
}, 10);

i get
[ 4192, -332, 14092 , 48 , -262, -182 ]
Ax Ay AZ Gx Gy Gz

is that right ?

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

No branches or pull requests

1 participant