Korneliusz Jarzebski há 11 anos atrás
pai
commit
f5acdf99ad
3 ficheiros alterados com 8 adições e 2 exclusões
  1. 6 0
      CHANGELOG
  2. 1 1
      MPU6050.cpp
  3. 1 1
      MPU6050.h

+ 6 - 0
CHANGELOG

@@ -1,3 +1,9 @@
+MPU6050 Arduino Library 1.0.1 / .10.2014
+======================================================================
+
+ * Removing examples for Kalman Filter. Moved to KalmanFilter Git repo
+ * Removing examples for HMC5883L. Moved to HMC5833L Git repo
+
 MPU6050 Arduino Library 1.0.0 / 20.10.2014
 ======================================================================
 

+ 1 - 1
MPU6050.cpp

@@ -1,7 +1,7 @@
 /*
 MPU6050.cpp - Class file for the MPU6050 Triple Axis Gyroscope & Accelerometer Arduino Library.
 
-Version: 1.0.0
+Version: 1.0.1
 (c) 2014 Korneliusz Jarzebski
 www.jarzebski.pl
 

+ 1 - 1
MPU6050.h

@@ -1,7 +1,7 @@
 /*
 MPU6050.h - Header file for the MPU6050 Triple Axis Gyroscope & Accelerometer Arduino Library.
 
-Version: 1.0.0
+Version: 1.0.1
 (c) 2014 Korneliusz Jarzebski
 www.jarzebski.pl