]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix I2C addresses (shift it to the right by 1)
authormmaroti <mmaroti>
Mon, 3 May 2010 15:33:48 +0000 (15:33 +0000)
committermmaroti <mmaroti>
Mon, 3 May 2010 15:33:48 +0000 (15:33 +0000)
tos/sensorboards/mts300/mts300.h

index d2add79ece8c16ee46fccdeba3085de48e30ec6a..e62972fd52fef4804ffcf7b8a94e55a6cb13e2ff 100644 (file)
@@ -44,8 +44,8 @@
 
 enum
 {
-  TOS_MIC_POT_ADDR = 0x5A,
-  TOS_MAG_POT_ADDR = 0x58,
+  TOS_MIC_POT_ADDR = 0x2D,
+  TOS_MAG_POT_ADDR = 0x2C,
 };
 
 // debug leds