First trial of Balancing robot based on Kristian Lauszus's code.

Dependents:   Balancing_Robot_2

Fork of MPU6050 by Baser Kandehir

Revision:
6:5b90f2b5e6d9
Parent:
5:5bff0edcdff8
Child:
7:c3d0207e85ca
--- a/MPU6050.cpp	Wed Aug 05 12:45:47 2015 +0000
+++ b/MPU6050.cpp	Wed Aug 05 13:15:07 2015 +0000
@@ -34,7 +34,7 @@
 //I2C i2c(p9,p10);         // setup i2c (SDA,SCL)  
 
 /* For NUCLEO-F411RE board */
- I2C i2c(D14,D15);         // setup i2c (SDA,SCL)
+static I2C i2c(D14,D15);         // setup i2c (SDA,SCL)
 
 /* Set initial input parameters */