Error code:
sketch_may20a:5: error: expected constructor, destructor, or type conversion before '=' token
sketch_may20a.ino: In function 'void setup()':
sketch_may20a:13: error: 'bmp' was not declared in this scope
sketch_may20a.ino: In function 'void loop()':
sketch_may20a:24: error: 'sensors_event_t' was not declared in this scope
sketch_may20a:24: error: expected `;' before 'event'
sketch_may20a:25: error: 'bmp' was not declared in this scope
sketch_may20a:25: error: 'event' was not declared in this scope
Where exactly did you install the library and did you stop/start the IDE after you installed it ?
Can you see the library in Sketch/Import Library in the IDE ?
I copied the Library to the Arduino Library folder..... Yes if i press on sketch, import library, select the BMP085 i get:
!#include <Adafruit_BMP085.h>"
Did you install the sensor library also? This is from the page you posted the link to:
If you haven't already done so, you'll need to install the Adafrut_Sensor library on your system as well, since Adafruit_BMP085 relies on this library to generate the sensor data in a universal manner.