DuinOS: small and simple rtos

I have the same problem with DuinOS, migit.

Wire.beginTransmission(0x52);// transmit to device 0x52
   Wire.send(0x00);// sends one byte
   Wire.endTransmission();// stop transmitting

Anyone has solved this?

Thanks!