]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mulle/chips/ds2782/DS2782InternalC.nc
Changed the chip wiring of the RV8564 and DS2782 chips on Mulle compatible with the...
[tinyos-2.x.git] / tos / platforms / mulle / chips / ds2782 / DS2782InternalC.nc
index d957cf8d6087a5f059536d47a080d76ca59c667d..de4d272dd70cf16d7d4e6c72b4aeb9cd28b1a391 100644 (file)
@@ -45,7 +45,7 @@ configuration DS2782InternalC {
 }
 
 implementation {
-  components new SoftI2CBatteryMonitorRTCC() as I2C;
+  components new SoftwareI2C2C() as I2C;
   components new HplDS2782LogicP(0x68) as Logic;
   
   Logic.I2CPacket -> I2C;