L3GD20H Sample Code not printing to Serial Monitor

If this line in setup() doesn't print anything, then you may have the Baud rate setting on the serial monitor set incorrectly. Make sure the serial monitor setting matches the Serial.begin() setting.

  Serial.println("Gyroscope Test"); Serial.println(" ");