Check if GY 521 is broken.

Hey Guys,
I lately got myself and GY 521 and I got some code from this website: Arduino Playground - HomePage and also the FreeIMU library. I am using an Arduino mirco with this board and have the sensor connected up(Vcc to 3.3V, GND to GND SDA to A4, SCL to A5), but when I use the Arduino code from the website I linked the Serial monitor is only outputting weird Values. The accelerometer is switching between 0.5 and 80-86 always between the same two values, but different if I reboot the Arduino. The Gyro is counting down from about -1500
Here is a bit of that output.
DEL:0.5070000171#ACC:14.69,-67.36,0.00#GYR:2402.13,-189.99,2019.89#FIL:1362.17,-131.73,2019.89
DEL:0.5070000171#ACC:-70.43,-0.01,0.00#GYR:2458.53,-223.60,2086.06#FIL:1359.02,-158.73,2086.06
DEL:0.5079999923#ACC:14.69,-67.36,0.00#GYR:2566.47,-204.87,2159.29#FIL:1408.86,-137.10,2159.29
DEL:0.5079999923#ACC:-70.43,-0.01,0.00#GYR:2622.98,-238.55,2225.59#FIL:1403.94,-163.94,2225.59
DEL:0.5079999923#ACC:14.69,-67.36,0.00#GYR:2730.92,-219.82,2298.82#FIL:1451.99,-142.10,2298.82
DEL:0.5070000171#ACC:-70.43,-0.01,0.00#GYR:2787.32,-253.44,2364.99#FIL:1445.24,-168.69,2364.99
DEL:0.5079999923#ACC:14.69,-67.36,0.00#GYR:2895.25,-234.71,2438.21#FIL:1491.63,-146.65,2438.21
DEL:0.5070000171#ACC:-70.43,-0.01,0.00#GYR:2951.66,-268.32,2504.39#FIL:1483.30,-173.05,2504.39

When I try to used the FreeIMU library it is displaying nothing on the serial monitor. I set it in the file to a normal gyroscope and tried the: FreeIMU_yaw_pitch_roll, FreeIMU_raw codes. Both output nothing.
Have I somehow killed that board by overheating it? Is there any way to test if it actually is still fully working?
Thanks,
Shep_pard

I figured it out. The arduino mirco is declared in the Wire library as a Leonardo, so the I2c ports were 2 and 3..