├── DIY_GIMBAL.ino ├── README.md └── library ├── I2Cdev ├── I2Cdev.cpp └── I2Cdev.h ├── mpu6050 ├── MPU6050.cpp ├── MPU6050.h ├── MPU6050_6Axis_MotionApps20.h ├── helper_3dmath.h └── readme.md └── readme.md /DIY_GIMBAL.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Isaranu/diy-servo-gimbal/HEAD/DIY_GIMBAL.ino -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Isaranu/diy-servo-gimbal/HEAD/README.md -------------------------------------------------------------------------------- /library/I2Cdev/I2Cdev.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Isaranu/diy-servo-gimbal/HEAD/library/I2Cdev/I2Cdev.cpp -------------------------------------------------------------------------------- /library/I2Cdev/I2Cdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Isaranu/diy-servo-gimbal/HEAD/library/I2Cdev/I2Cdev.h -------------------------------------------------------------------------------- /library/mpu6050/MPU6050.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Isaranu/diy-servo-gimbal/HEAD/library/mpu6050/MPU6050.cpp -------------------------------------------------------------------------------- /library/mpu6050/MPU6050.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Isaranu/diy-servo-gimbal/HEAD/library/mpu6050/MPU6050.h -------------------------------------------------------------------------------- /library/mpu6050/MPU6050_6Axis_MotionApps20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Isaranu/diy-servo-gimbal/HEAD/library/mpu6050/MPU6050_6Axis_MotionApps20.h -------------------------------------------------------------------------------- /library/mpu6050/helper_3dmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Isaranu/diy-servo-gimbal/HEAD/library/mpu6050/helper_3dmath.h -------------------------------------------------------------------------------- /library/mpu6050/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /library/readme.md: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------