]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mulle/chips/rv8564/RV8564C.nc
Changed the chip wiring of the RV8564 and DS2782 chips on Mulle compatible with the...
[tinyos-2.x.git] / tos / platforms / mulle / chips / rv8564 / RV8564C.nc
index 861b0535885167434a92da28b534cabc277703cc..5b101a1073f4af6b38fd11470620fa81ab80bd93 100755 (executable)
@@ -47,7 +47,7 @@ configuration RV8564C
 implementation
 {
   components RV8564P as RTCP,
-    new SoftI2CBatteryMonitorRTCC() as I2C,
+    new SoftwareI2C2C() as I2C,
     HplM16c62pGeneralIOC as IOs,
     HplM16c62pInterruptC as Irqs,
     new M16c62pInterruptC() as Irq;
@@ -55,7 +55,8 @@ implementation
   Irq.HplM16c62pInterrupt -> Irqs.Int0;
 
   RTC = RTCP;
-  RTCP -> IOs.PortP47;
+  RTCP.CLKOE -> IOs.PortP47;
+  RTCP.CLKOUT -> IOs.PortP92;
   RTCP.GpioInterrupt -> Irq;
   RTCP.I2C -> I2C;
   RTCP.I2CResource -> I2C;