adafruit / Adafruit_BMP280_Library

Arduino Library for BMP280 sensors
253 stars 186 forks source link

Added ability to use custom Wire begin options #14

Closed seken closed 5 years ago

seken commented 6 years ago

This allows starting the Wire interface separately from the BMP280. This is useful if you are using non-default Wire options like different pins on the ESP32. It won't affect existing code.

hoffmannjan commented 5 years ago

added in #20. Thanks!