From 8be535a9e6fda098ab89fb077ea755e43de2b031 Mon Sep 17 00:00:00 2001 From: Alex Mous <48971842+alexmous@users.noreply.github.com> Date: Sat, 6 Jul 2019 18:18:10 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e5b2c8..7c9274b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ addr - the address of the MPU6050 (usually 0x68; can find with command "i2cdetec apt-get install i2c-tools -y")
        description:
            sets up i2c device and starts loop to read the angle
    

getAccelRaw

        args:
-     &bsp      float *x - pointer to the variable where the X axis results should +            float *x - pointer to the variable where the X axis results should be stored
            float *y - pointer to the variable where the Y axis results should be stored
            float *z - pointer to the variable where the Z axis results should be stored
        description: