finitespace / BME280

Provides an Arduino library for reading and interpreting Bosch BME280 data over I2C, SPI or Sw SPI.
GNU General Public License v3.0
210 stars 105 forks source link

Linker error in BME_280_BRZO_I2C_Test.ino #95

Closed erpalma closed 6 years ago

erpalma commented 6 years ago

Actual behavior

sketch/BME_280_BRZO_I2C_Test.ino.cpp.o: In function `loop':
/home/user/Arduino/libraries/BME280/examples/BME_280_BRZO_I2C_Test/BME_280_BRZO_I2C_Test.ino:94: undefined reference to `BME280I2C_BRZO::BME280I2C_BRZO(BME280I2C_BRZO::Settings const&)'
sketch/BME_280_BRZO_I2C_Test.ino.cpp.o: In function `__static_initialization_and_destruction_0':
/home/user/Arduino/libraries/BME280/examples/BME_280_BRZO_I2C_Test/BME_280_BRZO_I2C_Test.ino:97: undefined reference to `BME280I2C_BRZO::BME280I2C_BRZO(BME280I2C_BRZO::Settings const&)'
collect2: error: ld returned 1 exit status

Steps to reporduce the behavior

Compile BME_280_BRZO_I2C_Test.ino.

erpalma commented 6 years ago

Duplicate of #35.