I2C Arduino Uno Problem

Here's an example

you usually send 0x00 first to the device to tell it to get ready.
And you'll need Wire.endTransmission() at the end.