From f28aa019a190cf2a4c9360b9c5ab0d7ead834ac7 Mon Sep 17 00:00:00 2001
From: Alex Mous <48971842+polarpiberry@users.noreply.github.com>
Date: Thu, 29 Oct 2020 11:25:46 -0700
Subject: [PATCH] Update README.md
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7c9274b..e9de291 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
-
MPU6050 Accelerometer and Gyroscope C++ library
Description
    This is a basic
+MPU6050 Accelerometer and Gyroscope C++ library
+Description
    This is a basic
control library for using the MPU6050 accelerometer and gyroscope module with Raspberry Pi using i2c protocol
    It provides functions to read raw accelerometer data and fully
-corrected (with complementary filters and some logic) angles on any axis (roll, pitch, yaw)
Function
+corrected (with complementary filters and some logic) angles on any axis (roll, pitch, yaw)
Installation
+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.Function
Definitions
    __constructor__ (MPU6050)
        args:
            int8_t
addr - the address of the MPU6050 (usually 0x68; can find with command "i2cdetect -y 1" (may need to be installed - run "sudo