From 222ec13f8059c49a689e14f825953b7773dc9ee0 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 15 Nov 2018 14:41:23 +0100 Subject: [PATCH] Rename MPU6050 library Rename MPU6050 library --- .../Examples/MPU6050_DMP6/MPU6050_DMP6.ino | 0 .../Examples/MPU6050_DMP6/Processing/MPUTeapot/MPUTeapot.pde | 0 .../Examples/MPU6050_raw/MPU6050_raw.ino | 0 lib/{MPU6050 => I2Cdevlib-MPU6050}/MPU6050.cpp | 0 lib/{MPU6050 => I2Cdevlib-MPU6050}/MPU6050.h | 0 lib/{MPU6050 => I2Cdevlib-MPU6050}/MPU6050_6Axis_MotionApps20.h | 0 lib/{MPU6050 => I2Cdevlib-MPU6050}/MPU6050_9Axis_MotionApps41.h | 0 lib/{MPU6050 => I2Cdevlib-MPU6050}/helper_3dmath.h | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename lib/{MPU6050 => I2Cdevlib-MPU6050}/Examples/MPU6050_DMP6/MPU6050_DMP6.ino (100%) rename lib/{MPU6050 => I2Cdevlib-MPU6050}/Examples/MPU6050_DMP6/Processing/MPUTeapot/MPUTeapot.pde (100%) rename lib/{MPU6050 => I2Cdevlib-MPU6050}/Examples/MPU6050_raw/MPU6050_raw.ino (100%) rename lib/{MPU6050 => I2Cdevlib-MPU6050}/MPU6050.cpp (100%) rename lib/{MPU6050 => I2Cdevlib-MPU6050}/MPU6050.h (100%) rename lib/{MPU6050 => I2Cdevlib-MPU6050}/MPU6050_6Axis_MotionApps20.h (100%) rename lib/{MPU6050 => I2Cdevlib-MPU6050}/MPU6050_9Axis_MotionApps41.h (100%) rename lib/{MPU6050 => I2Cdevlib-MPU6050}/helper_3dmath.h (100%) diff --git a/lib/MPU6050/Examples/MPU6050_DMP6/MPU6050_DMP6.ino b/lib/I2Cdevlib-MPU6050/Examples/MPU6050_DMP6/MPU6050_DMP6.ino similarity index 100% rename from lib/MPU6050/Examples/MPU6050_DMP6/MPU6050_DMP6.ino rename to lib/I2Cdevlib-MPU6050/Examples/MPU6050_DMP6/MPU6050_DMP6.ino diff --git a/lib/MPU6050/Examples/MPU6050_DMP6/Processing/MPUTeapot/MPUTeapot.pde b/lib/I2Cdevlib-MPU6050/Examples/MPU6050_DMP6/Processing/MPUTeapot/MPUTeapot.pde similarity index 100% rename from lib/MPU6050/Examples/MPU6050_DMP6/Processing/MPUTeapot/MPUTeapot.pde rename to lib/I2Cdevlib-MPU6050/Examples/MPU6050_DMP6/Processing/MPUTeapot/MPUTeapot.pde diff --git a/lib/MPU6050/Examples/MPU6050_raw/MPU6050_raw.ino b/lib/I2Cdevlib-MPU6050/Examples/MPU6050_raw/MPU6050_raw.ino similarity index 100% rename from lib/MPU6050/Examples/MPU6050_raw/MPU6050_raw.ino rename to lib/I2Cdevlib-MPU6050/Examples/MPU6050_raw/MPU6050_raw.ino diff --git a/lib/MPU6050/MPU6050.cpp b/lib/I2Cdevlib-MPU6050/MPU6050.cpp similarity index 100% rename from lib/MPU6050/MPU6050.cpp rename to lib/I2Cdevlib-MPU6050/MPU6050.cpp diff --git a/lib/MPU6050/MPU6050.h b/lib/I2Cdevlib-MPU6050/MPU6050.h similarity index 100% rename from lib/MPU6050/MPU6050.h rename to lib/I2Cdevlib-MPU6050/MPU6050.h diff --git a/lib/MPU6050/MPU6050_6Axis_MotionApps20.h b/lib/I2Cdevlib-MPU6050/MPU6050_6Axis_MotionApps20.h similarity index 100% rename from lib/MPU6050/MPU6050_6Axis_MotionApps20.h rename to lib/I2Cdevlib-MPU6050/MPU6050_6Axis_MotionApps20.h diff --git a/lib/MPU6050/MPU6050_9Axis_MotionApps41.h b/lib/I2Cdevlib-MPU6050/MPU6050_9Axis_MotionApps41.h similarity index 100% rename from lib/MPU6050/MPU6050_9Axis_MotionApps41.h rename to lib/I2Cdevlib-MPU6050/MPU6050_9Axis_MotionApps41.h diff --git a/lib/MPU6050/helper_3dmath.h b/lib/I2Cdevlib-MPU6050/helper_3dmath.h similarity index 100% rename from lib/MPU6050/helper_3dmath.h rename to lib/I2Cdevlib-MPU6050/helper_3dmath.h