adafruit / Adafruit_BMP280_Library

Arduino Library for BMP280 sensors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest commit (7e9dd6c) doesn't work with Arduino Mega 2560

KeltenP opened this issue · comments

What platforms has the latest commit been tested on? Using the code from the latest commit (7e9dd6c) causes my program that uses the BMP280 to completely stop working on the Mega 2560. When calling the begin() function my board just power cycles. Reverting to commit 3805bc5 makes it work again.

I can post more information if required.

There was a typo in i2c assigment, I tested It today with ESP32 & UNO and all works fine, using i2c as well as SPI.
Sorry for the problems, please confirm that master now works for you.

Just got around to testing this out again, everything seems to be working now. Thanks for the fix!