]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mulle/softwarei2c/SoftI2CBusP.nc
mulle platfor modification, flsh storage, more lowpower, softi2c improvements
[tinyos-2.x.git] / tos / platforms / mulle / softwarei2c / SoftI2CBusP.nc
index db5543b300ef81765d9b1f4395c0f23f3d8349f1..ad333bcf5d1e53316ba46417dd0788a5227d63a0 100755 (executable)
@@ -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();