From: mmaroti Date: Mon, 3 May 2010 15:33:48 +0000 (+0000) Subject: fix I2C addresses (shift it to the right by 1) X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=447b3853e2d8aa4b607be78b0cf4414bd7e4fa5c;p=tinyos-2.x.git fix I2C addresses (shift it to the right by 1) --- diff --git a/tos/sensorboards/mts300/mts300.h b/tos/sensorboards/mts300/mts300.h index d2add79e..e62972fd 100644 --- a/tos/sensorboards/mts300/mts300.h +++ b/tos/sensorboards/mts300/mts300.h @@ -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