Atmospheric Pressure Sensor BMP085 Module GY-65

I am trying to wire up the Atmospheric Pressure Sensor BMP085 Module GY-65 sensor to my arduino uno + breadboard so that I can use the serial display to gather raw data.

I can't seem to find the code anywhere that will help me do this.

Any help please?

Arduino 5V to GY-65 5V (The GY-65 makes its own 3.3V)
Arduino GND to GY-65 GND
Arduino A4 to GY-65 SDA
Arduino A5 to GY-65 SCL

I like the Adafruit library:

Click 'Downloads' tab, and click on the link for the libraries.

This is a straightforward tutorial:
https://www.sparkfun.com/tutorials/253

The i2cdevlib has good quality libraries, but uses its own i2cdevlib functions:
http://www.i2cdevlib.com/devices/bmp085

Hi there. I am new and I try to get this sensor working with my Leonardo but with no result. I have verified and uploaded the code successfully but in the serial monitor I get no result. What could be wrong?