X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Fmulle%2Fsoftwarei2c%2FSoftI2CBusP.nc;h=ad333bcf5d1e53316ba46417dd0788a5227d63a0;hb=2d74d98ec380d6cf237814287406c993977a60e3;hp=db5543b300ef81765d9b1f4395c0f23f3d8349f1;hpb=e0397b07a5a6ca7d8d0e9e6d33f317e4459327c6;p=tinyos-2.x.git diff --git a/tos/platforms/mulle/softwarei2c/SoftI2CBusP.nc b/tos/platforms/mulle/softwarei2c/SoftI2CBusP.nc index db5543b3..ad333bcf 100755 --- a/tos/platforms/mulle/softwarei2c/SoftI2CBusP.nc +++ b/tos/platforms/mulle/softwarei2c/SoftI2CBusP.nc @@ -98,9 +98,9 @@ implementation async command void I2C.off() { // TODO(henrik): Exactly what should be set if I2C bus should be turned off? - call I2CData.makeInput(); - call I2CClk.makeInput(); - call I2CCtrl.makeInput(); + call I2CData.makeOutput(); + call I2CClk.makeOutput(); + call I2CCtrl.makeOutput(); call I2CCtrl.clr(); call I2CClk.clr(); call I2CData.clr();