
  i2cVector[0]=0x00;   // MSB
  i2cVector[1]=0x00;   // LSB
  i2cVector[2]=0xA5;   // data to write
  i2c_transmit(AT24C256);
