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
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
<h1>MPU6050 Accelerometer and Gyroscope C++ library</h1><br> <h2>Description</h2><br>     This is a basic
1
+
<h1>MPU6050 Accelerometer and Gyroscope C++ library</h1><br>
2
+
<h2>Description</h2><br>     This is a basic
2
3
control library for using the MPU6050 accelerometer and gyroscope module with Raspberry Pi using i2c protocol<br>     It provides functions to read raw accelerometer data and fully
3
-
corrected (with complementary filters and some logic) angles on any axis (roll, pitch, yaw)<br><br> <h2>Function
4
+
corrected (with complementary filters and some logic) angles on any axis (roll, pitch, yaw)<br><br> <h2>Installation</h2><br>
5
+
The dependencies for this library are libi2c-dev, i2c-tools, and libi2c0. These can be installed with apt. The latest version of this code now works on Raspbian Buster. Note: to run the code, you will need to enable I2C in raspi-config.<h2>Function
0 commit comments