]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mulle/chips/ds2782/DS2782InternalC.nc
Fixed a bug in the Software I2C. The first time a start condition was sent the clock...
[tinyos-2.x.git] / tos / platforms / mulle / chips / ds2782 / DS2782InternalC.nc
index 0041b06f33038eaf52c9e9ab771e4b2736cf0a91..6c3063c0846d4f56e9cd908de64555b160934a9d 100644 (file)
@@ -57,7 +57,6 @@ implementation
   HplDS2782 = Logic;
   StdControl = Logic;
 
-  DS2782InternalP.SDA -> IOs.PortP70;
-  DS2782InternalP.SCL -> IOs.PortP71;
+  DS2782InternalP.Pullup -> IOs.PortP75;
   DS2782InternalP.ResourceDefaultOwner -> I2C;
 }