We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the MPU6050 acceleration sensor and gyroscope, you can precisely determine the X, Y and Z position, see e.g. at the Funduino Cube https://funduino-cube.de/mpu6050-gyroskop-und-beschleunigungssensor/ or https://www.instructables.com/MPU-6050-Tutorial-How-to-Program-MPU-6050-With-Ard/ (Funduino uses the TinyMPU library, see https://github.com/gabriel-milan/TinyMPU6050)
With the configuration block can determine the connected pins for SCL, SDL, ACC, GND on the arduino board.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the MPU6050 acceleration sensor and gyroscope, you can precisely determine the X, Y and Z position, see e.g. at the Funduino Cube https://funduino-cube.de/mpu6050-gyroskop-und-beschleunigungssensor/ or https://www.instructables.com/MPU-6050-Tutorial-How-to-Program-MPU-6050-With-Ard/
(Funduino uses the TinyMPU library, see https://github.com/gabriel-milan/TinyMPU6050)
With the configuration block can determine the connected pins for SCL, SDL, ACC, GND on the arduino board.
The text was updated successfully, but these errors were encountered: