I do not understand this error:
ebl_RTC_Logging_BMP085.ino: In function 'void loop()':
ebl_RTC_Logging_BMP085:158: error: expected unqualified-id before string constant
156 //Create Data string for storing to SD card
157 //We will use CSV Format
158 String dataString = "(id) + ", " + String(Temperature_degF)+ ", " + String(Pressure_inHG) + ", " + String(atm) + ", " + String(Altitude_Ft) + ";
William
