unterwasserman

Fork of L3GD20 by brian claus

Revision:
1:c856665cdb16
Parent:
0:62dfce144cf7
--- a/L3GD20.cpp	Thu Feb 21 00:21:23 2013 +0000
+++ b/L3GD20.cpp	Mon Jan 26 19:43:21 2015 +0000
@@ -36,7 +36,9 @@
 // and sets the last bit correctly based on reads and writes
 // mbed I2C libraries take the 7-bit address shifted left 1 bit
 // #define GYR_ADDRESS (0xD2 >> 1)
-#define GYR_ADDRESS 0xD6
+
+//#define GYR_ADDRESS 0xD6    //originally
+#define GYR_ADDRESS 0xD0
 
 
 // Public Methods //////////////////////////////////////////////////////////////